30 Kasım 2023

What did SF Symbols 5 Bring? #Apple

904 2 ay önce

For a while, Apple had been keeping quiet about SF Symbols. Apart from some minor improvements, we hadn't seen any significant changes, except for the arrival of new symbols.

ContentUnavailableView - Handling Empty Views

242 2 ay önce

ContentUnavailableView is one of the newly introduced features at WWDC 2023, where iOS 17 was announced. Besides being one of the newly introduced features at WWDC 2023 where iOS 17 was announced, it's actually a display template that can be very useful for those working with SwiftUI.

TipKit - One More New Framework of Apple

625 2 ay önce

With iOS 17, we have acquired a new framework. Don't be fooled by its name, which is Tipkit; I believe it can become quite useful. Of course, since it's still in the experimental version, it has various bugs.

Tipkit - Yeni Swift Framework

195 2 ay önce

Evet arkadaşlar IOS 17 ile beraber yeni bir framework'e daha sahip olduk. Adının Tipkit olarak konulmuş olmasına bakmayın baya baya işe yarar bir hale gelebilir diye düşünüyorum.

SwiftData - New Framework of Apple

483 2 ay önce

First of all, I'm not one of those people who generally view new frameworks positively during the development phase. However, this time, I realized I was mistaken. I think SwiftData has turned out well in its current state.

SwiftData Nedir? #Yepyeni Framework

202 2 ay önce

Öncelikle yeni frameworklere geliştirme aşamasında çok olumlu bakan insanlardan birisi değilim. Fakat bu sefer yanıldığımı farkettim. SwiftData bu hali ile bence olmuş.

What is Parameter in Swift?

209 3 ay önce

In Swift, a parameter is a variable that is used to pass information into a function or method. Parameters are an essential part of function and method declarations, as they define what input values a function or method expects to receive. When you call a function or method, you provide arguments for its parameters, which are then used within the function's body to perform a specific task or computation.

Objective-C is Still Alive?

184 3 ay önce

Actually, Objective-C is still in use, but it is likely to become less prevalent in the coming years. In 2021, Objective-C was gradually being replaced by Swift as the preferred language for iOS and macOS development by Apple. Swift offers modern features, better performance, and improved safety compared to Objective-C, which made it more attractive to developers.

What is Nil Coalescing in Swift?

198 3 ay önce

In Swift, the Nil Coalescing Operator (??) is used to provide a default value for an optional if the optional is nil. It's a shorthand way of handling optionals that allows you to provide a fallback value in case the optional is empty.

Swift'te inout Parametleri

236 3 ay önce

Geçtiğimiz günlerde ingilizce olarak bir içerik yayınladım fakat bu konunun önemli olduğunu düşündüğüm için bir de türkçe olarak tanımlamak istiyorum.


Page generated in 0.01 seconds.
35.175.107.142