• Opening App Review Page Of App Store

    If you would like to launch the app review page of your application so that its easier for your user to navigate there in the app store and write a good review to your app, here is the code snippet
    Use this:


    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:
    @"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=YOUR_APP_ID&mt=8"]];

    Replace YOUR_APP_ID with the application ID of your app.

    Cheers…!

     
  • Tab Bar Icons

    What are requirement of anicon for Tab Bar item ?

    From Tab Bar Item class reference:

    The item’s image: If nil, an image is not displayed. The images displayed on the tab bar are derived from this image. If this image is too large to fit on the tab bar, it is scaled to fit. The size of an tab bar image is typically 30 x 30 points. The alpha values in the source image are used to create the unselected and selected images—opaque values are ignored.


    You can't use color images as only alpha values matter.

     

Bad Behavior has blocked 237 access attempts in the last 7 days.

array(0) { }