1,891 reputation
22040
bio website semanticnotion.com
location Lahore, Pakistan
age
visits member for 3 years, 6 months
seen 11 hours ago
stats profile views 223

Super Nova


Apr
27
awarded  Notable Question
Mar
22
awarded  Popular Question
Mar
5
awarded  Caucus
Feb
14
awarded  Good Question
Jan
26
awarded  Popular Question
Jan
17
awarded  Notable Question
Dec
24
accepted The app references non-public selectors in :setRefreshInterval
Dec
22
awarded  Nice Question
Dec
20
comment how to reload images / scrubber view in nimbus photo sample
are you reloading the NIScrubberView ?[scrubberViewInstance reloadData]; ?
Dec
20
asked NIToolbarPhotoViewController with photos in app bundle
Dec
14
comment FB SDK crash on device iOS
did you found any remedy I am having the same issue.
Dec
10
awarded  Notable Question
Dec
9
awarded  Tumbleweed
Dec
2
asked The app references non-public selectors in :setRefreshInterval
Nov
30
awarded  Popular Question
Nov
30
comment Get UIImageView using Afnetworking and put it in an array
code in the answer will crash at runtime this method takes NSURLRequest as parameter
Nov
30
comment Get UIImageView using Afnetworking and put it in an array
[image setImageWithURLRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"host.com/images/1/1.png"]] placeholderImage:[UIImage imageNamed:@"page3.png"] success:^(NSURLRequest *request, NSHTTPURLResponse *response, UIImage *image){ //reload data here } failure:^(NSURLRequest *request, NSHTTPURLResponse *response, NSError *error){ //handle errors here }
Nov
26
comment How to add an UIImage in MailComposer Sheet of MFMailComposeViewController in iPhone
NOT WORKING !!!
Nov
24
comment Unable to get destinationURL data in connectionDidFinishDownloading for ios5
I wasted my full day on this.
Nov
23
comment Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5
Yes I think you're right I think I heard it in some wwdc videos, but now I tested it on iOS 5.0 device and it crashed. I will go through these videos and check where did I hear it Nonetheless you're right it does crash on iOS 5.0