Omer RahmanovicMemory management in iOSWhen it comes to memory management in iOS apps, Swift uses Automatic Reference Counting (ARC) to track and manage your app’s memory usage…Aug 20, 2022Aug 20, 2022
Omer RahmanovicDelegation pattern in Swift 5.1What is the Delegate Protocol in Swift? | optional and required Protocol methods?Dec 23, 2020Dec 23, 2020
Omer RahmanovicinMac O’ClockSimple Async API Request With Swift 5 Result Type in SwiftUIIn this article we will go quickly through async API request using Apple provided Swift 5 Result Type. For this example we will use REST…Oct 17, 2020Oct 17, 2020
Omer RahmanovicinMac O’ClockAdd UITableView programmaticallyIn this quick tutorial we are going to make UITableView programatically. Before you start doing it make sure your project has no…May 20, 2020May 20, 2020
Omer RahmanovicinMac O’ClockHow to Parse JSON in Swift 5Parsing JSON is one the most common things we are going to do as mobile developers, so it is important to know how to do it. With…Apr 25, 20201Apr 25, 20201
Omer RahmanovicinMac O’ClockCreate a New iOS Project without StoryboardToday we are going to see how to setup project in Xcode 11 and iOS 13 without Storyboard, but first let’s explain some benefits to this.Apr 24, 2020Apr 24, 2020