ios7 Questions
19
Solved
Does anybody know why this error happens on Xcode 5?
Answer
I had this problem when I accidentally renamed a .psd as a .png. Converting the image to an actual png instead of a Photoshop file fixed...
8
How can I set an Activity indicator in SDWebImage placeholder using UIImageView
Navarre asked 4/3, 2014 at 9:59
32
Solved
I am currently trying to put a UITableView in a different location rather than at the top of my view controller. With this said, it is trying to add the header in the top to account for the navigat...
Lysol asked 20/9, 2013 at 0:6
25
Solved
I followed this thread to override -preferredStatusBarStyle, but it isn't called.
Are there any options that I can change to enable it? (I'm using XIBs in my project.)
Shampoo asked 26/9, 2013 at 7:42
78
Solved
Starting in iOS7, there is additional space at the top of my UITableView's which have a style UITableViewStyleGrouped.
Here is an example:
The tableview starts at the first arrow, there are 35 pix...
Broil asked 18/9, 2013 at 19:7
9
Solved
How can we change the global tint color on iOS7/iOS8 by code? I want to change multiple objects that use this property, but not change each one, that's why I want to use the global tint property.
4
I'm a bit confused by the .stringsdict documentation (scroll to "Localized Property List File").
Given a number of files, I want to show Save File or save Save Files accordingly. I thought the fo...
Berkman asked 14/2, 2014 at 19:27
13
Solved
When you "run" the simulator from xCode, the app automatically launches, and then you can click the home button to suspend the app. What I want to do is close the app from within the simulator. So,...
Ennius asked 29/8, 2013 at 19:50
4
Solved
With WAL (Write-Ahead-Logging) enabled in SQLite 3.7 (which is the default for Core Data on iOS 7), how do I merge/commit the content from the -wal file back into the main database file?
21
I'm trying to set a tintColor on my UIRefreshControl (building on iOS 7).
I enabled refreshing for the tableViewController in storyboard, then in my ViewController viewDidLoad method i did the foll...
Bushy asked 26/9, 2013 at 10:58
9
Solved
I'm currently migrating my app on ios 7 and I've been stuck for hours on the new navigationcontroller/bar management.
Before, when we had a navigation controller, we had a snippet like this :
UIN...
Rahman asked 23/9, 2013 at 20:5
2
Solved
I need to be able to launch my iOS app from the Safari browser. So I went to my .plist file in xcode and added an item to my URL Schemes and entered in the string of myappname.
Now if I go to Safa...
Guimpe asked 1/4, 2014 at 19:47
2
Solved
How would I go about presenting a "half view" controller over the top of main view controller?
Requirements:
- Present a second view controller that slides over the top of main view controller.
- ...
Hustings asked 5/4, 2014 at 0:34
7
Solved
I have trying to reduce the overall size of my iOS application which is currently 48MB. When I analyze sub folders, I found Assets.car is taking 41MB. I am not able to open and see which one is tak...
26
Solved
I get this "No image found at the path referenced under key 'CFBundleIcons':" error, even when i have added app icon images in Images.xcastes folder, while uploading my app to appstore. Your immedi...
13
Solved
I have a UICollectionViewController using a UICollectionViewFlowLayout where my itemSize is the size of the UICollectionView. Basically, this is a line layout of cells where each cell is fullscreen...
Whitsunday asked 11/5, 2014 at 18:11
5
I have an app using a backgroundSessionConfiguration instance of NSURLSession to handle some NSURLSessionDownloadTask tasks. The tasks are created correctly, and finish downloading, but in URLSessi...
Betterment asked 27/11, 2013 at 19:31
6
Solved
I'm trying to launch an Objective C app built on Xcode5 on Xcode6 beta (Version 6.0 (6A215l)). I get the following message when trying to build for any platform except for iPhone 5s:
Xcode cannot ...
6
Solved
I have a NSAttributedString to which I am adding a NSTextAttachment. The image is 50w by 50h but I'd like it to scale down to reflect the line height of the attributed string. I thought this would ...
Thrasonical asked 12/3, 2014 at 16:2
8
Solved
Under iOS (currently 7.0), it looks like alert() and confirm() are not working when our web app is pinned to the home screen (aka using the meta tag apple-mobile-web-app-capable).
I found a user h...
Augustinaaugustine asked 19/9, 2013 at 19:40
16
Solved
21
Solved
I need to embed small icons ( sort of custom bullets ) to my UILabel in iOS7.
How can I do this in interface designer? Or at least in code?
In Android there are leftDrawable and rightDrawable for ...
Entwine asked 11/10, 2013 at 12:41
13
Solved
How can I change the color of "More.." text in tabbar to match with its icon color. (Right now Performance is selected in the tab bar)
I tried to set TitleTextAttributes.
[moreItem setTitleTex...
Uncivil asked 8/9, 2013 at 20:11
7
Solved
I have a iphone app that has the capability to send messages. I want to alert user when sim card is not available in iphone. So i tried below three function to check sim card availabilty
Class mes...
Perfectible asked 25/12, 2013 at 5:27
2
Solved
I have an audio player which has an option of switching the Audio Output from Speaker to Receiver/Earpiece (irrespective of whether headset is connected) when proximity sensor notifies 1. The follo...
Dielu asked 1/10, 2014 at 12:17
© 2022 - 2024 — McMap. All rights reserved.