ios7 Questions
4
Solved
After updating to Xcode 5, the iOS simulator doesn't connect - not in Safari or Maps. It throws a "cache access denied" message.
Couldn't find anything online that solves it. I'm stumped. Any ideas...
Vicarial asked 22/12, 2013 at 20:30
5
Solved
I have an app that runs in the background (location services). When the app is in the foreground it vibrates fine when I want it to, however, if its not in the foreground (in the multitasking view)...
8
Solved
In short, my team has a mobile site and an app in the appstore. We have added the meta tag to show the smart app banner. I saw it and everything worked as expected. Problem is, I just closed the ba...
11
Solved
So I have a navigation controller in my built for iOS 7 app. The titleView is visible, as well as the back button and navigation bar its self. For some reason, the interactive pop gesture (swipe fr...
Auscultate asked 22/9, 2013 at 16:52
3
Solved
I'm working on updating an old app that uses UIButtons that are meant to mimic a navigation bar's back button in appearance. I'd like to use the default chevron image that's used for back buttons i...
Anaemic asked 8/11, 2013 at 18:49
11
Solved
I have problem with Thread 1: EXC_BAD_ACCESS (code=1, address=0xf00000c) and I don't know how to resolve it.
It appeared when I change some object in core date and save it and I try to pop this con...
Jarlen asked 4/10, 2013 at 14:17
12
Solved
I'm currently developing an App, that needs to open a browser to display a webpage.
To do that i use the [UIApplication sharedApplication] openURL method with an url.
In iOS 6 this works perfectly...
6
Solved
I know how to use images in iOS application. But I don't know how to use default images like share or bookmark icons which are mention in developer site.
I want to use them. Do I need to download ...
2
Solved
AVSpeechSynthesizer seems to support english with multi delegates (britsh, us...)
Does it support other languages? french, Portuguese ... is there a list of these languages somewhere ?
Noonday asked 8/1, 2014 at 8:18
5
Solved
Is there a clean solution on getting a callback or event on the view controller being dismissed (popped) by an interactivePopGestureRecognizer?
To be clear I need some explicit method getting call...
Provide asked 17/12, 2013 at 16:6
2
I'm trying to generate a JWT token for Apple Connect but It's look like something is missing in the "Verify signature" field.
From the API Apple Store Connect dashboard, I'm only able to...
61
Solved
My application has a dark background, but in iOS 7 the status bar became transparent. So I can't see anything there, only the green battery indicator in the corner. How can I change the status bar ...
Rodman asked 16/7, 2013 at 14:11
13
Solved
As I am trying to run my application from a newly updated Xcode 8 to my iPhone 4 which is running iOS 7.1.2, it throws the below error,
And, this is my Xcode version,
How can I fix this problem?
...
5
For some web pages we use the swipe left and right functionality of iPhone to pull up the menus.
Now with iOS7, they have introduced the ability to go back and forward to previous and next pages o...
3
Solved
I have Encoded text(NSString) using NSData Class new API which is Added in iOS7.
using this
- (NSData *)dataUsingEncoding:(NSStringEncoding)encoding;
here is my code
NSString *base64EncodedSt...
Camelopardalis asked 30/9, 2013 at 7:1
6
Solved
Upgrading to UrbanAirship 3.0.0 with Xcode 5.0, I'm getting an error when calling this code:
[UAirship takeOff:config];
The error is
+[NSJSONSerialization stringWithObject:]: unrecognized selec...
Footstool asked 19/9, 2013 at 14:12
6
I am using CLLocationManager class. I have a simple class method for capturing the location
+(void)captureLocation{
mLocationManager = [[CLLocationManager alloc]init];
mLocationManager.delegate ...
Unific asked 19/11, 2013 at 12:59
16
Solved
In my iPad app, I noticed different behavior between iOS 6 and iOS 7 with UITextFields.
I create the UITextField as follows:
UIButton *theButton = (UIButton*)sender;
UITextField *textField = [[UI...
Krafftebing asked 24/10, 2013 at 15:7
8
In currently working with iOS 7 and I an attempting to increase the font size of the titleLabel of my UIButton. I am doing it like this,
[[_centerButton titleLabel] setFont:[UIFont boldSystemFontO...
Gev asked 12/10, 2013 at 22:44
8
I used this code to use a custom image as the back button in the whole app.
[[UINavigationBar appearance] setBackIndicatorImage:[UIImage imageNamed:@"back"]];
[[UINavigationBar appearance] setBack...
Pants asked 31/3, 2014 at 17:35
10
I am busy with UICollectionView in iOS7.
I am changing my collection view's layout between two different layouts. Which are a subclass of UICollectionViewFlowLayout.
This is how I change views ...
Sutlej asked 17/3, 2014 at 10:22
22
Solved
I noticed that when I place a white or black UIImage into a UISegmentedControl it automatically color masks it to match the tint of the segmented control. I thought this was really cool, and was wo...
Wikiup asked 7/11, 2013 at 6:26
4
Solved
On iOS 7.0.3 turning on increased contrast mode removes the blur effects you'd normally see in the nav bar if you're using a bar tint color with an alpha less than 1.0, which makes the nav bar seem...
Magallanes asked 31/10, 2013 at 22:10
3
I am porting my existing iOS 6 application to the new iOS 7. But whenever a MKMapView instance appears into the screen, my navigation bar loses its tint color.
Steps to reproduce:
Open Xcode;
Cr...
Chaunceychaunt asked 20/9, 2013 at 13:20
9
For a UILabel, I'd like to find out which character index is at specific point received from a touch event. I'd like to solve this problem for iOS 7 using Text Kit.
Since UILabel doesn't provide a...
Snazzy asked 25/1, 2014 at 11:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.