UIImage

Change image tint color programmatically in swift

How to change image tint color programmatically in swift In this post, we will learn how to change image color in swift. Below is the code snippet, that will change image tint color in swift language. The code is self explanatory in itself, first we will get the image as template image from the corresponding […]

Change image tint color programmatically in swift Read More »

programmatically share image to Instagram through iOS app

Introduction to the post 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 Instagram does not provide developers permission to write image directly on the user Instagram wall. So for this we can

programmatically share image to Instagram through iOS app 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 »

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 »

UIImagePickerController tutorial in IOS

Tags: #UIImagePickerController #IOS #iPhone SDK #IOS8 Images in iPhone are saved in gallery of the device.Since every app in iPhone has sandbox environment(did not interfere with other apps and has its own directory to save videos, photos, database etc.). In iPhone app development, we certainly need images for sharing with our friends or modifying those

UIImagePickerController tutorial in IOS Read More »