Irem Karaoglu
Irem Karaoglu's Blog

Irem Karaoglu's Blog

Follow
homeBookmarksnewsletter
Tag

iOS

#ios

More content

Read more stories on Hashnode


Articles with this tag

Notes to myself about SwiftUI - 1🐦

Sep 8, 20234 min read 34 views

I've been studying Stoicism, and one of the important books on this topic is 'Meditations' by Marcus Aurelius, who was a wise emperor and philosopher....

Notes to myself about SwiftUI - 1🐦

Debugging in iOS development

Feb 16, 20235 min read 1.1K views

It is not the case that we work every day on creating new features for our application. The tasks listed on our JIRA board are not solely focused on...

Debugging in iOS development

How to add SwiftUI to a UIKit project

Jul 13, 20226 min read 278 views

The UIKit framework was introduced by Apple in 2008 along with iPhone OS2. More than 10 years later, in 2019, Apple introduced SwiftUI with the intent...

How to add SwiftUI to a UIKit project

Easily handle JSON in Swift with SwiftyJSON

Jul 13, 20225 min read 181 views

Handling data is a common task for frontend developers, and the data is very often in JSON format. SwiftyJSON is an open source third-party library...

Easily handle JSON in Swift with SwiftyJSON

Storyboard vs. programmatically for iOS app UI design

Jul 13, 20228 min read 256 views

With the UIKit framework, there are two options available for creating the UI for iOS apps: Storyboard and programmatically. Both methods offer...

Storyboard vs. programmatically for iOS app UI design

Supporting accessibility in iOS applications

Jul 13, 20228 min read 79 views

To develop the best product, we should be making a good user experience for everyone. People with disabilities should be considered in...

Supporting accessibility in iOS applications