iOS Network Connection with AFNetworking – iOS(Objective-C) There are many libraries for iOS to connect network and get/post data. This tutorial will show one of the most popular library: AFNetworking. It is easy to implement and gather data with this library in Objective-C. Assume that you have a data as […]
Daily archives: November 11, 2018
“Hello World” for Dummies… – iOS “Hello World” again. This is an introduction to iOS development for newbies. This tutorial explains briefly how to start developing an iOS application. As Android development explained before, these tutorials will continue with “native” development which means you need to be familiar with Objective-C […]