ios6.1 Questions

2

I am building an app in which I have to highlight some countries dynamically in the world map. In short I want to customize the whole view of ios maps as shown in the images. can this be done u...
Inadequate asked 24/5, 2013 at 10:14

3

The fixed header will not stay at the top of the page for me. It sits on top of a page that has several number inputs that were added via javascript. As the user fills out these inputs the header d...
Yip asked 17/6, 2013 at 15:13

6

Solved

I am trying to find a specific class object added as Subview to a UIView, but I could not find anything.
Terrorize asked 26/6, 2013 at 12:34

5

Solved

I am attempting to validate my iOS project before uploading it to the App Store. It's an iPhone app that runs fine in the simulator and on my iPhone test device. It works fine in iOS 6.1 and iOS 7....
Susy asked 14/11, 2013 at 0:36

12

In ios7, how can I hide the statusbar programmatically? I am using XCode 4.6.1 (ios6.1) and I want to implement this in XCode itself.
Paederast asked 28/9, 2013 at 14:14

5

Solved

I was working with a custom iOS framework project in Xcode.There I am getting a lot of errors mentioning "Reference to ' ' is ambigous".I am attaching the screenshot of errors.Please help me correc...
Main asked 3/7, 2015 at 5:53

3

I have an requirement that to handle headphone play/pause button events in foreground. How ever I am able to handle the same scenario in background using the below code if ([[UIApplication sharedA...
Heterochromosome asked 15/3, 2013 at 4:10

2

Solved

I just want to test my iOS UI with UI Automation but I got stuck when it comes to enter text into UITextFields. The documentation says that the method "setValue(...)" should do the trick but it doe...
Skyeskyhigh asked 13/2, 2013 at 15:43

4

Solved

Strange behavior in iOS 6.1 I have set the minimum date to current date for my date picker like this NSDate *currentTime = [NSDate date]; [picker setMinimumDate:currentTime]; But when I run th...
Obsecrate asked 20/3, 2013 at 6:59

2

When I programmatically turn the page in a UIPageViewController using a method similar to this answer, the Page Indicators are not updated. Swiping to the next/previous page updates the page indica...
Ontologism asked 16/2, 2013 at 1:19

1

Solved

I am developing an application based on iOS 6.1, and after upgrading to OSX Yosemite can not run the simulator. I've been reading on stackoverflow, and some people say that OSX 10.10 no longer sup...
Hewe asked 29/10, 2014 at 17:44

3

Solved

After Xcode Update (5.1) my app crashes when i try to run in iOS 6.x. I have an app where I have a custom cell and constraints. Auto layout is unchecked for the xib file. The error I get is: ...
Omeara asked 17/3, 2014 at 22:3

1

Solved

I am having a problem getting localization on iOS to work the way I think it is suppose to, but this is my first foray into localization so maybe I am misunderstanding. I have three Localizable.st...
Footstall asked 5/9, 2014 at 7:40

5

Solved

While rebuilding my project with the new Xcode 5 released yesterday, I was disappointed to see my storyboard view controller shaken up. After many attempts to fix things, I must conclude I'm stuck...
Callan asked 11/9, 2013 at 19:19

4

Solved

I got this piece of code: theMoviPlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:@"/Resources/disc.mp4"]]; theMoviPlayer.controlStyle = MPMovieControlStyleFull...
Gyp asked 10/7, 2013 at 19:7

7

I want to run my app on both simulators ios6 and ios7. I'm trying to install ios 6 simulator but I am getting this error: Failed to install "iOS 6.1 Simulator" An unknown error occured. Please try...
Gert asked 1/8, 2013 at 2:14

1

In my project I am using JTRevealSideBar to show side table UI, but when I am changing iPad/iPhone from portrait to landscape mode the UI iss getting disturbed http://screencast.com/t/EDi8xbsvV -...
Matta asked 5/6, 2013 at 11:39

2

i changed the base sdk for iOS 6.1 in xcode 5 . When i simulate my project on a iOS 6.1 simulator or on a iOS 6.1 device all works fine. But when i build a ipa and install it on a iOS 7 device the...
Partan asked 3/10, 2013 at 13:14

1

Solved

I'm trying to get cell tower data with my iPhone 5. I've been testing with VAFieldTest (https://github.com/valexa/VAFieldTest). In the file VAFieldTestViewController.m (https://github.com/valexa/VA...
Ankeny asked 16/3, 2013 at 14:40

2

Solved

I added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(imageview2) and in the second view the bottom imageview is hidden(im...
Broadbrim asked 7/10, 2013 at 6:9

1

Solved

The project runs in Simulator and on the device, but when I try to archive it, I get pointless error messages: <command line>:2:10: Macro name missing <command line>:3:9: Macro names ...
Marchall asked 16/5, 2013 at 17:28

0

My iPhone is running iOS 6.1.3 but Test flight captures the iOS version as 6.0.1 and refuses to install an app built for 6.1. Please suggest some solution to do a refresh if possible.
Ondine asked 28/3, 2013 at 20:8

3

Solved

After updating to xcode 4.6 and ios6.1, I get this new error "'objectType' used as the name of the previous parameter rather than as part of the selector". I get this multiple times. Any ideas? PS...
Sacramental asked 29/1, 2013 at 7:10

5

Solved

I received a bug report that this website crashes when viewed on iOS 6.1, though I guess it's the browser version that comes with iOS 6.1 that's more relevant than the OS itself. I don't own any iO...
Henebry asked 5/2, 2013 at 9:2
1

© 2022 - 2024 — McMap. All rights reserved.