iPhone

Control your music apps on your iPhone/iPad/iPod without touching your device

Technology is getting advanced or you can say becoming better day by day and reducing human work or less effort for humans to do there tasks. One of them is controlling your music apps installed on your idevice’s without touching your device. ikMultimedia bring a new product  named as iRing that do the same as […]

Control your music apps on your iPhone/iPad/iPod without touching your device Read More »

Tips and Tricks for ios development

In this post, i am going to tell you some of the tips and tricks for different scenarios of IOS development. 1. Scale an UIImageView or view               To scale an UIImageView/UIView in IOS we have CGAffineTransformScale with which we can scale our UIImageView/UIView.In this method we will pass current

Tips and Tricks for ios development Read More »

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: 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 »

iPhone Development: Post image to your Facebook timeline in IOS

Posting image to a social network is a common feature provided by every smartphone app Ir-relevant of platform for which it is. In IOS we can also post images to our Facebook timeline using native Faceboook SDK for IOS. In this post i am going to tell you that how we can achieve our desired

iPhone Development: Post image to your Facebook timeline in IOS Read More »