Sigit HanafiSimulate Poor Network on iOS SimulatorMobile apps that we develop have posibility to be used by many people in the world. And we don’t know how exactly the users internet…Oct 3, 2022Oct 3, 2022
Sigit HanafiSwift: The different between try, try? and try!In my previous story, we learn about how to handle error gracefully in swift with do try catch syntax. If you want to see the most common…Apr 20, 2022Apr 20, 2022
Sigit HanafiSwift: Error Handling (Do, Try, Catch)Error handling is the process of responding to and recovering from error conditions in your program. Swift provides first-class support for…Apr 19, 2022Apr 19, 2022
Sigit HanafiGetting Started UITableView ProgramaticallyWhen we develop an iOS apps, the table view is one of the most basic design. With UITableView, we can display a list of data. In this…Nov 13, 2020Nov 13, 2020
Sigit HanafiRemove Storyboard from iOS ProjectNotes: I use Xcode: 11.6, Swift 5, iOS 14.01 when write this articleOct 28, 2020Oct 28, 2020