ios5 Questions
5
Solved
If you have a full screen iOS app and you want to prevent the notification center from being pulled down, can you and how?
Also can you block notification alerts or banners from displaying while ...
Senatorial asked 13/10, 2011 at 19:25
14
Solved
I'm trying to implement AQRecorder.h class from SpeakHere Apple Xcode project example, but even I rename my implementation class to ext. *.mm and put line with #import "AQRecorder.h" still getting ...
Dogfish asked 21/12, 2011 at 10:58
5
Solved
I am trying to utilize incase-sensitive case for JSON response on NSDictionary as sometimes my response keys type varies, some are camel case, some are lowercase or other mixed combination. Is ther...
Topper asked 24/5, 2012 at 0:20
10
Solved
I need an instance of root view controller.
I tried those approaches:
UIViewController *rootViewController = (UIViewController*)[[[UIApplication sharedApplication] keyWindow] rootViewController]...
Hecht asked 14/9, 2012 at 4:33
5
Solved
I have a UIView with a number of subviews and a Tap gesture recognized associated and I want to mimic it having a 'touch' effect. That is, when the tap happens, I want to show the container view to...
Transcendental asked 5/1, 2012 at 17:37
5
How can I find out which NSTimeZone a given longitude and latitude fall in?
Dishwater asked 8/2, 2012 at 6:43
12
Solved
Yesterday I recived an email from google saying that I could acces to the map api for ios, I generated my key from the app console and I follow the steps of https://developers.google.com/maps/docum...
Esparto asked 22/2, 2013 at 9:38
11
Solved
I just came across a crash showing a NSInvalidArgumentException with this message on an app which wasn't doing this before.
Application tried to present modally an active controller
UITabBarCon...
Harmonize asked 15/9, 2011 at 9:55
4
Solved
I have a vertically-scrolling UIScrollView. I want to also handle horizontal pans on it, while allowing the default vertical scroll behavior. I've put a transparent UIView over the scroll view, and...
Neville asked 6/12, 2012 at 3:17
9
Solved
This is pretty frustrating. I'm trying to get the size of an AVURLasset, but try to avoid naturalSize since Xcode tells me, this is deprecated in iOS5.
But: What's the replacement?
I can't find ...
Attorn asked 3/5, 2012 at 14:46
14
I am developing an iOS app in which the user enters their mobile number. How do I get their country calling code? For example, if a user is in India, then +91 should be prefixed automatically. Is t...
6
Solved
I have a -as I hope- very simple question: how to disable an UISearchBar in IOS5 to avoid user interaction? I can't find setEnabled or something like this...
Thanks!
Fever asked 6/2, 2012 at 23:45
16
Solved
Let say I have a storyboard that contains UINavigationController as initial view controller. Its root view controller is subclass of UITableViewController, which is BasicViewController. It has IBAc...
Soapy asked 1/1, 2013 at 15:15
7
Solved
UIStepper is very convenient but I want to change the appearance of it, I need to have customized icon not the plus and minus and also I want to change the color of the control. How can I achieve t...
Gezira asked 6/1, 2012 at 18:18
7
Solved
I need to find the pixel-frame for different ranges in a textview. I'm using the - (CGRect)firstRectForRange:(UITextRange *)range; to do it. However I can't find out how to actually create a UIText...
Hampshire asked 3/2, 2012 at 9:53
18
Solved
Is it possible to turn page programmatically in UIPageViewController?
Sayette asked 26/8, 2011 at 18:10
4
Solved
I have an MKMapView and am adding an overlay (MKOverlay) to it.
I would like the overlay to make the map view underneath to appear black & white (i.e. monochrome). Is there any way of doing t...
5
Solved
I need to block the interface until the MBProgressHUD operation is done. I did refer this thread,
Block interface until operation is done
According to it, we should disable each individual item w...
Piglet asked 16/7, 2012 at 12:7
4
Solved
I know this question is typique and it was asked many times in the forum, but I still cannot solve my problem, so please if any body can help be that would be GREAT :)
I am creating a book applic...
Shillong asked 12/6, 2012 at 19:16
10
Solved
Does anyone know how to "stop" a segue transition conditionally:
My table view cells represent products which can be viewed in a drill-down "detail" view... or cannot! (It depends on a couple of t...
Chaos asked 19/10, 2011 at 10:20
2
Solved
I am building a view programmatically from a tableview which has a bottom tab bar.
I would like this bottom bar to disappear when a table cell is selected.
I can do that using:
self.tabBarControll...
7
Solved
I'm trying some iOS test applications on the new Mac mini, that supports Bluetooth Low Energy. The CoreBluetooth framework is used in those. However, I'm not able to get Bluetooth working in the iP...
Judaea asked 5/4, 2012 at 7:48
8
Solved
If I have a UIFont object, is it possible to convert it to bold? I don't know the font name, I just have a UIFont object. What I want is a function like
UIFont *boldFontFromFont(UIFont *input)
{
...
18
Solved
With this code, I can check multiple rows in a table.
But what I want is to only have one row checked at a time. Here's my code:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(...
8
My UIDatePicker's background is black (because the background for the whole screen is black probably), but I want white in the background for this UIDatePicker.
Is there any way to change the bac...
Nivernais asked 15/3, 2013 at 23:27
1 Next >
© 2022 - 2025 — McMap. All rights reserved.