Tagged Questions
0
votes
2answers
43 views
How does one get a fixed header to stay at the top of the page?
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 ...
0
votes
1answer
36 views
iOS rotation makes views move off screen
I have a iPhone app that supports both portait and landscape orientations. When I rotate one of the views for the first time all of the subviews move to the left until they are half way off the ...
0
votes
0answers
13 views
Code sense's Fix it feature have issues
Currently I'm working on an iOS application in which I need to read the data to a structure object. For that I did the following code:
- (TipData)decode:(const unsigned char *)receivedData ...
0
votes
0answers
21 views
Apple 802.11 API on IOS6.1 - anyone have the correct bundle?
I am trying to use the Apple 802.11 private library on a project to help detect the SSID and signal strength for WiFi hotspots in the area. This has been discussed in other threads such as:
iPhone ...
1
vote
2answers
99 views
iOS Simulator crashing in Virtual Machine
I'm brand new to iOS development (and MacOS in general). While waiting for a mac to arrive I've set up a Virtual Machine running Mountain Lion to get started with developing.
When trying to run a ...
1
vote
4answers
74 views
Is this the standard way to get text from label and concatenate with string in iOS?
Please bear with me as I'm very new to the world of iOS and Objective-C. I've read Apple's Obj-C primer, as well as a few free ones provided on the web.
On a button press, I'm trying to simply take ...
1
vote
1answer
20 views
Reminder Create Fails with NIL for Error Message
I've been working on adding todo function to my app. While everything seems to look right I get a failed create on the Reminder, but an error value of NIL. Here's the relevant code - (I am pulling ...
-1
votes
0answers
94 views
App crashinh in iphone 5 ie IOS6.1.4 and iPad ie IOS6.1.3 [closed]
App running fine on simulator, but...
I have some problem with my iPhone/ipad app. i, it crashes when a button is clicked. On the click of button tableview controller appears in contains albums. Would ...
1
vote
0answers
42 views
Re-use/Leak of Decoration view in UICollectionViewFlowLayout Subclass
Context:
I have already done the following
1. Watched the relevant videos for UICollectionView from WWDC 2012. Unfortunately they do not discuss much about the decoration views.
2. Implemented a ...
-6
votes
0answers
36 views
Get vendor id for an iOS Device [closed]
I need to get vendor id for an iOS Device.
Can anyone help me with that?
And will the app be rejected on the appstore if i will use vendor id?
Thanks.
-2
votes
1answer
40 views
Ios map Direction Not Available? [closed]
i am showing direction from current location to knoxvile worked well, but after update ios 6.1
it shows a error title
"Direction Not Available" and error message "Direction could not be found ...
0
votes
1answer
33 views
UINavigationBar handle rotation
I'm trying to handle the rotation of a UINavigationBar with UINavigationItem (i'm not using the UINavigationController), i have successfully made so that the height and width show according, but that ...
0
votes
1answer
86 views
NSMutableAttributedString font size changes by accident
I made a NSMutableAttributedString object which consists of 2 different NSMutableAttributedString objects:
NSMutableAttributedString * ob1 = [[NSMutableAttributedString alloc] ...
1
vote
1answer
81 views
UIKeyboardWillShowNotification doesnt work from iOS > 6.1
Init section:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:)
name:UIKeyboardWillShowNotification ...
0
votes
1answer
83 views
Cocos2d, iOS 6.1, GameCenter Crash When Showing Leader-board
I am trying to show a Leader-board in my Cocos2d Game. The code below works correctly on iOS 5.0. However on 6.1 it crashes with the error message below. Thanks in advance for any suggestions.
* ...
1
vote
0answers
52 views
MKMapView doesn't display tiles on highest zoom - appears to be related to iOS 6.1.4
I'm working on an app that is heavily GPS-based. Everything worked fantastically, specifically meaning my app's display of map tiles worked great, seemingly until I updated my iPhone5 (test device) ...
0
votes
0answers
61 views
ios redirecting to safari issue
I am one strange issue ,the issue i am using the
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:URLString]]
Url string means login page
if i am calling the browser for the first ...
0
votes
2answers
73 views
Best way to load a Dictionary into an Application? iOS
I created a game that involves the use of a dictionary. It has about 73000 words. However, after the review process the app got rejected. Here is the review comments:
"We found that your app crashed ...
0
votes
0answers
23 views
Video playback terminates when popover is dismissed
I am trying to playback a video stored in the photos album. This is being tested on the iPad, hence the use of UIPopover. The code is as follows:
-(void) buttonPressed1:(UIButton*) button{
...
0
votes
1answer
48 views
getting error while posting image on user wall using FBDailog in iOS
I was trying to post image on my timeline using FBDialog class.
I'm getting the final url as
...
-1
votes
2answers
77 views
ios sdk show alert without launching the app
I have incorporated custom URL feature in my ios application. I would like to pop an alert on the browser itself when the application is relaunched from a screen other than home screen. I know if the ...
0
votes
1answer
47 views
Why the user name or password for twitter is shown incorrect iOS 6 device settings twitter login?
Team,
Today when I tried to login to twitter in my iPad's settings app. It is throwing username and password is incorrect, even I have given correct credentials.
My iPad has iOS 6.1 OS.
Why its ...
0
votes
0answers
75 views
How do I remove the cache facebook settings for my app?
So I am on iOS6 with my facebook account logged in. When I go into my app I initially denied my app permissions to use the account. I then relaunch the app and tried to grant access but kept getting ...
-4
votes
1answer
105 views
Is using iPhone IMEI number acceptable after May 1? [closed]
can we use iPhone IMEI number in code after may 1st?As using UDID is forbidden now, Does same issue go for IMEI number?
0
votes
1answer
33 views
Error occurs in one project, not in a partially replicated second project. Related to playing multimedia
I have two projects. In them I am trying to play video with either AVPlayer or MPMoviePlayerController.
In the one large project that I've been developing in for a few months, I've added a new ...
0
votes
1answer
55 views
MPMoviePlayerController shows blank screen or crashes app
I have a UIViewController subclass called videoPlayerViewController.
In storyboard I dragged out a UIViewController. I set the class correctly in Storyboard.
I put a button on the screen. When I click ...
1
vote
1answer
63 views
IOS Issue Accessing Class Properties
I have a view that is loaded as a subview programmatically. The view has a three properties defined in the .h and synthesized in the .m. The view is loaded by creating an object of the view in the ...
0
votes
3answers
133 views
Autorotation in iOS 6.1 for custom camera view
I've read almost every post around here regarding my problem but none of the solutions seems to work on my app.
So, I use a custom camera view (with buttons on toolbar and an overlay) that is being ...
1
vote
0answers
212 views
How To open image picker controller or camera in landscape iOS App in iOS 6
I am developing iOS application for landscape mode only. But at some stage in my application i need to open camera or pick the image from albums at that time i want to open camera or imagepicker in ...
0
votes
0answers
144 views
Location Services still running after app is killed
I am seeing an issue with Location Services still being used by my app even if the app has been killed from the multitasking bar. If I go into Settings > Privacy > Location Services I notice ...
0
votes
1answer
52 views
MPMusicPlayerController not responding to currentPlaybackRate near 1
I'm trying to use the currentPlaybackRate property on MPMusicPlayerController to adjust the tempo of a music track as it plays. The property works as expected when the rate is less than 0.90 or ...
0
votes
0answers
33 views
How to use dojo attachment editor for ArcGIS based PhoneGap application on iOS?
I am creating a arcGIS application on PhoneGap for iOS. I need to attach an image using dojo attachment editor to post any image to arcGIS server. But the button(attachment) is disable while running ...
0
votes
1answer
101 views
How do I set an Instant Message property on an Address Book contact?
I have the following code that I'm trying to use to set the AIM and Skype properties of a new contact I'm adding to Address Book:
ABRecordRef record = ABPersonCreate();
CFErrorRef an_error = NULL;
...
0
votes
0answers
60 views
Opaque UILabel in a UICollectionViewCell has strange rendering behavior
I've experienced some really weird behavior with UILabels in a UICollectionViewCell today and I'm hoping one of you guys can shed a light on this.
I can't show you code or full screenshots, but I ...
1
vote
1answer
75 views
How to know whether iOS device is connected via USB or Wall Port Charger?
Am keen to know is there any possibility in iOS through which we can know whether device is connected via a USB cable or Wallport. in other words i want my app to display whether device is charging ...
1
vote
1answer
26 views
Core data get specific object
- (NSManagedObjectContext *)anObjectByEntityForName:(NSString *)entityName withValue:(NSObject *)value forKeyPath:(NSString *)keyPath {
NSFetchRequest *request = [[NSFetchRequest alloc] init];
...
1
vote
1answer
116 views
How to implement the cropping feature similar to Android Phone (default) in iOS.?
I have used BJImageCropper Class from Github to implement the functionality for cropping but I want the Image Cropping like Android Default Crop Box.
Like this:
-1
votes
1answer
298 views
To code an App like Candy Crush in iOS and Android [closed]
I was wondering if the standard iOS widgets is able to code a Candy Crush-like app? I'm confused about how to program for a Candy Crush-like app. I'm used to the normal dialog boxes and views but have ...
5
votes
0answers
208 views
Wrong iOS version shown in test flight [closed]
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.
1
vote
3answers
443 views
Date picker scrolls to past date, even though minimum date is set to current date
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 the ...
0
votes
1answer
97 views
Fixing orientation problems with views ios 6
I'm trying to create a simple ios 6 app. I've added a View and a Button inside my initial view controller, which was created by story board.
I'm trying to understand how orientation works with ...
4
votes
0answers
199 views
How to obtain cell tower data for iPhone 5?
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 ...
1
vote
1answer
838 views
how to get json data in ios 6.1 xcode 4.6
How do I get data for the link : https://itunes.apple.com/us/rss/topalbums/limit=10/json using ios6.1 xcode 4.6.
Most of the codes are for ios5 and few use jsonKit .But does ios has any inbuilt json ...
0
votes
1answer
136 views
UIPickerView animated on bottom for both retina 3.5 and 4
Have an UIScrollView (mainScrollView) that is 838 pt height, so it's bigger than both retina 3.5 and retina 4 displays height, and the user can so scroll it down to see all content.
Want to display ...
0
votes
0answers
42 views
CFWriteStreamCreateWithFTPURL retuning null while uploading image through FTP
I am uploading an image through FTP but when i am using this method
ftpStream = CFWriteStreamCreateWithFTPURL(NULL, (CFURLRef) CFBridgingRetain(url));
ftpStream is returning null.
Can anyone ...
0
votes
1answer
164 views
SIGABRT inside GCD with iOS 6.1
We're having a weird crash inside libdispatch internal functions and after hours and hour of research we have no clue about what's happening.
The crash trace is:
Incident Identifier: ...
0
votes
0answers
84 views
How to play a list of Youtube videos?
I'm playing multiple Youtube URL's using flash player and it works just fine. However, when the videos have are done playing I can no longer properly access my view. When I click on the done button of ...
0
votes
1answer
153 views
UIWebView close video clears content in iOS 6.1
I'm using a UIWebView to show content with embedded videos (Youtube and Vimeo iFrames). The modal video player initially worked great out of the box. I updated to iOS 6.1 SDK and now when I close the ...
0
votes
0answers
139 views
ios 6.1 facebook groups hidden by keyboard when using SLComposeViewController
When I use SLComposeViewController with iOS 6.1 (in the simulator and on the device) to let my users post to facebook I get this bug:
Open facebook dialog => choose Groups in the lower right corner ...
0
votes
3answers
100 views
Updating the UITableView background in IOS6 for a standard style view
I have setup a UITableView as follows:
// Create sub view for fields
fieldView = [[UITableView alloc] initWithFrame:CGRectMake(0, logoView.bounds.size.height, 320, 160) ...



