Difference between NSString and NSMutableString

Difference between NSString and NSMutableString  is a common interview question faced by every programmer and the most familiar answer to this is that one can append string in NSMutableString and not in NSString. So question arrived from other end,  any other difference you know?. As I can append string to NSString too. In this post […]

Difference between NSString and NSMutableString Read More »

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 »