Hi everyone, here is a PHP Rest API Example for you all. From this post we will learn using PHP and MySQL for our iOS Application’s Back End. If you think backend as your database only then it is not the case here. For a mobile application we need a server where we store and […]
Swift Codable Example: Fetching and Parsing JSON
JSON, which is the abbreviation of JavaScript Object Notation, is the most popular data transfer format for app developers. We already learned about Swift JSON Parsing in one of the previous posts. But before Swift 4 parsing JSON data was really painful, so many developers were using SwiftyJSON like libraries. But Swift 4 has introduced Codable […]
Tab Bar iOS Swift Tutorial – Working with Tab Bar in Xcode 9
Welcome guys to Tab Bar iOS Swift Tutorial. Many of you might already be aware of the Tab Bar. It is a very useful component to give the user a good experience of our application. Let’s say if our application has 3,4 screens then user can use this Tab Bar to navigate between the screens. […]
iOS Local Notification Tutorial using Swift – When App is in Foreground
By notifications, you can provide some great features to your users. You can keep your users informed of the alert and information of your application. Notifications are used to display some message with sound. In this post, we will learn about iOS Local Notification using Swift. So mainly here we have two types of notification, […]
How to Format USB on Mac? Formatting External Hard Drive or USB Drive
Formatting in context of USB or Hard Drives means deleting everything from that drive and rebuilding the file system so that we can use it with an Operating System. And we usually perform formatting in our USB or External Hard Drive when we want to get rid of viruses, or we want to clean the […]
Swift SQLite Tutorial for Beginners – Using SQLite in iOS Application
Many times we need a local database for our application. And if we talk about iOS Application Development then we have an inbuilt database called SQLite. So in this Swift SQLite Tutorial for Beginners, we are going to learn how to use SQLite Database in our iOS Application. Here I will be using the Swift […]
- 1
- 2
- 3
- …
- 6
- Next Page »