Tagged Questions
iOS 7 is a beta version of Apple Inc.'s iOS operation system.
0
votes
0answers
3 views
UICollectionView reloadData not functioning properly in iOS 7
I've been updating my apps to run on iOS 7 which is going smoothly for the most part. I have noticed in more than one app and UICollectionViewController that the reloadData method isnt' acting quite ...
-1
votes
2answers
56 views
ios7 all searchviews and tableviews off by 20 pixels
EDIT: ~!{DISCLAIMER}!~ This is not an issue with the frame. The frame is in the correct spot. It is the content that is off. Yes, we are compensating for clear status bar. ViewDidLoad shows content ...
0
votes
1answer
7 views
How to draw image on the right side of the UITableView cell on iOS 7?
How to draw image on the right side of the UITableView cell on iOS 7?
Tried and don't help the following code:
tableView.contentInset = UIEdgeInsetsZero;
[cell contentView].frame = ...
0
votes
0answers
5 views
Remove or offset the translucent black overlay when UI Search Display Controller becomes active
How can I remove the overlay that is shown by Search Display Controller or offset it in iOS7. The bug is only for iOS7. Apple developer forum is not very helpful.
0
votes
0answers
16 views
Change Tab Bar Tint Color iOS 7
Does anyone know of a way to change the tint of a Tab Bar in iOS 7 from the default white with blue icons to another color tint with different color buttons?
-3
votes
0answers
19 views
Change the Background gradient color in iOS 7
I am planning to make an application for the background color change the gradient continuously as the user is using the app, or with the the time of the day as to give the user the comfort to use it. ...
1
vote
0answers
9 views
ios7 UITableViewCell selectionStyle won't go back to blue
Xcode 5.0, iOS 7 and updating an existing app. UITableView selected row is now gray, not blue.
From what I've read they changed the default selectionStyle to gray. But "Blue" is still an option in IB ...
0
votes
0answers
9 views
Impossible to hide navigation bars in Safari iOS 7 for iPhone/iPod touch
I don't believe there is any solution to hide bars programmatically using javascript/css/html, but let me try to describe a problem. We are the team of mobile game developers and we have been ...
1
vote
1answer
40 views
iOS 7 receiving airdrop files
I'm trying to get my app to register when files are airdropped.
According to apple
To receive files sent via AirDrop, do the following:
In Xcode, declare support for the document types your app ...
0
votes
0answers
7 views
UICollectionViewCell frame is offset if created outside of -collectionView:cellForItemAtIndexPath:
I am creating some UICollectionViewCell's when the view loads in a method like this:
- (void)cachePageCells
{
if(!_cellCache)
_cellCache = [NSMutableArray arrayWithCapacity:[self ...
0
votes
0answers
10 views
How to change transition effect in UINavigationController on iOS 7?
How to change transition effect in UINavigationController on iOS 7? It's very ugly on our case and can't be used with the content of the application.
0
votes
1answer
15 views
UITabBar in iOS 7 — touch issues
I'm having a weird occurance with my app in iOS 7 (using the GM build).
I have four tabs, and I have a customized tab bar, with background, icons, etc. I have my code below for setting up tab bar ...
0
votes
0answers
17 views
iOS 7 & memory management?
My application crashes on iOS 7. After running Zombies I noticed that I had double releases on a couple of places. The fix was not to use ivars directly, it seems like the values don't get retained ...
0
votes
0answers
29 views
UIActionSheet is not showing separator on the last item on iOS 7 GM
It could be probably a bug on iOS7. But the last button is not separated from the previous one
As you can see from the image. This happens on both Simulator and device using iOS7 GM.
Does everyone ...
0
votes
1answer
10 views
TWTweetComposeViewController alerts that No twitter Profile found
I'm using TWTweetComposeViewController for tweet a message. In IOS 6.1 working perfectly, but incase of IOS 7, the twitter account from the device was fetched and properly getting user details from ...