iOS App Development
This section provides a collection of guides on iOS app development using Xcode and Swift, covering everything from the basics to practical techniques.
You'll find explanations on creating and running apps, working with UI components, storing data, making network requests, implementing push notifications, using location services, and more.
Whether you are just starting out or looking for quick answers to specific questions, I hope you'll find these resources helpful.
- How to Create a Basic iOS App (Beginner Guide)
- How to Install and Run an App on iPhone from Xcode
- How to Use Table View in Swift
- How to Customize Table View Cells in Swift
- How to Implement Navigation from a Table View in Swift
- How to Add and Use Custom Fonts in Xcode
- How to Make HTTP GET Requests with URLSession (REST API + JSON)
- How to Make HTTP POST Requests with URLSession (Basic Auth + JSON)
- How to Dismiss the Keyboard When Tapping Outside (Swift)
- How to Move a View Up and Down with the Keyboard in Swift
- How to Set an iOS App Icon in Xcode
- How to Add a Splash Screen to an iOS App
- How to Show Alert Messages in an iOS App (Swift)
- How to Show a Loading Screen in an iOS App (Swift)
- How to Make a Phone Call from an iOS App (Swift)
- How to Get the Current Location in an iOS App (Swift)
- How to Display Maps in an iOS App (Swift)
- How to Add Padding to UILabel and UITextField (Swift)
- How to Go Back to the Previous Screen with UINavigationController in Swift
- How to Open a URL in the Default Browser (Swift)
- How to Take Photos with the Camera in Swift
- How to Save and Retrieve Images in the Document Directory (Swift)
- How to Save and Retrieve Images in the Photo Library (Swift)
- How to Save and Retrieve Data with UserDefaults (Swift)
- How to Upload Images Using multipart/form-data in Swift
- How to Use Picker View Instead of a Dropdown List in iOS (Swift)
- How to Add a Border to a Text View (Swift)
- How to Pass Data Between View Controllers Using Delegates (Swift)
- How to Generate QR Codes and Barcodes in an iOS App (Swift)
- How to Implement Face ID and Touch ID Authentication in Swift
- How to Implement Push Notifications in iOS Apps (Swift)
- How to Implement Push Notifications in iOS Apps (Swift, JWT Token Method)
- How to Get App Version and Build Number in Swift
- How to Use WeatherKit to Fetch Weather Data (Swift)
- How to Use Progress Bars (UIProgressView) in iOS Apps (Swift)
- How to Select Multiple Photos from the Photo Library (Swift)
- How to Make Part of UILabel Text Bold or Change Color (Swift)
- How to Create a Checkbox in Swift
- How to Create a Radio Button in Swift
- How to Add a Checkbox to a Table View Cell (Swift)