0
votes
1answer
64 views

How to create Folder like MY Photo app in iphone? [closed]

Dear Friends I want to know is there any Possible to create folder like MY PHOTO app in iPhone? If it is Possible How can i implement it? now i am trying to create. i am using UIScrollView in that ...
2
votes
1answer
139 views

UIButton is nil in MFMessageComposeController on iOS 6.0

I am trying to print the view hierarchy of the application's visible and hidden windows. Here is a part of my code inside a subclass of MFMessageComposeViewController: NSArray *windows = ...
0
votes
3answers
554 views

TouchUpInside on UIView with children

I may be missing something here, but... I have a UIView with a few children (a couple of UILabel's and UIImageView). I need to catch an event when the user clicks (taps) anywhere within the parent ...