Aman Aggarwal

Tag friends in image post/upload to Facebook

Sharing on Facebook is common features provided by apps developed for IOS. This feature lets app user’s to share pictures or status to their Facebook wall and  also allow app developers a platform for their app marketing as under the post its their app name written. So this means sharing to Facebook can triggers more

Tag friends in image post/upload to Facebook Read More »

iPhone Development: Post text or image to Whats-app in IOS

Whats-app, a common social platform gaining popularity very rapidly and now its time to let the app user’s share contents from native apps to their whats-app friends. In our IOS app development we can share content with whats-app friends using two techniques provided by whats-app. 1. Through cstom URL scheme.2. Through UIDocumentInteractionController. If you want

iPhone Development: Post text or image to Whats-app in IOS Read More »

iPhone Development: Post to Facebook and Twitter using SLComposeViewController

Post image and text to social network is a common feature used in all iPhone/iPad apps. We can post image and text using different techniques in iPhone. One of them is SLComposeViewController. The SLComposeViewController class presents a view to the user to compose a post for supported social networking services. First we will check for

iPhone Development: Post to Facebook and Twitter using SLComposeViewController Read More »

iPhone Development: Make an image circular in IOS

Designs make an app look beautiful and trendy that attracts user, as per old saying that if your product did not attract customer’s by its look then it does not matter how well it perform and how good are its feature.So in iPhone app development design is and important aspect of the app development. In

iPhone Development: Make an image circular in IOS Read More »

iPhone Development: Encoding and decoding JSON in IOS

JSON(Java Script Object Notation), according to its definition its an open standard format that send data to transmit in a key value pair and is easy to readable by human. In, IOS we can encode and decode our data into JSON or from  JSON using in built class provided by Xcode and is named as

iPhone Development: Encoding and decoding JSON in IOS Read More »

programmatically share image to Instagram through iOS app

Instagram is another most popular social platform for sharing images. Now days, every app share image to Instagram too. Since like other social platforms Instagaram does not provide developers permission to write image directly on the user Instagarm wall. So for this we can use UIDocumentInteractionController provided in Xcode. For sharing/posting image to Instagarm, you

programmatically share image to Instagram through iOS app Read More »