Top "Ios7" questions

iOS 7 is the seventh version of Apple's iOS mobile operating system and is the successor to iOS 6. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 10, 2013, and was released on September 18, 2013.

AFNetworking 2.0 - "unacceptable content-type: text/plain"

I'm using AFNetworking 2.0 to read JSON from a service I'm building (on localhost for now) in Node. Pretty normal stuff. …

ios json node.js ios7 afnetworking-2
ios7 and captive portals-changes to apple request URL

It looks like in ios7 the URL that the device sends a request to to check whether it has an …

ios ios7 wifi
didReceiveRemoteNotification: fetchCompletionHandler: open from icon vs push notification

I'm trying to implement background push notification handling, but I'm having issues with determining whether the user opened the app …

ios ios7 push-notification apple-push-notifications uiapplicationdelegate
Is Serial Port Profile (SPP) supported on iOS 7 over Bluetooth Low Energy (v4.0)?

Can I use Serial Port Profile (SPP) to communicate with iOS devices over Bluetooth Low Energy (v4.0) without the need …

profile bluetooth-lowenergy ios7 spp
UIViewController's prefersStatusBarHidden not working

I am trying to make the status bar for one of my view controllers to be hidden (when displayed modally). …

ios objective-c ios7 uiviewcontroller ios7-statusbar
iOS 7: Misplaced View Frame for "Label - Label" will be different at run time

I just finished an app on iOS 6 and bought a developer account a week ago so haven't had much time …

ios ios7 storyboard uistoryboard nslayoutconstraint
Unable to add UITextField to UIAlertView on iOS7...works in iOS 6

The code below works on iOS6 (and before) but the UITextField does not display in iOS7...any ideas on how …

objective-c ios7 uitextfield uialertview uialertviewdelegate
where can I find iOS 7 simulator?

I have downloaded the xcode5_GM_seed and install it, but I cannot find iOS7 simulator in components. Where can …

simulator ios7 xcode5
Is there a way to make UITableView cells in iOS 7 not have a line break in the separator?

I noticed that in iOS 7, UITableViewCells have a line break in the separator of the cell that iOS 6 does not …

uitableview ios7
AFNetworking 2.0 and HTTP Basic Authentication

Can't find AFHTTPClient on AFNetworking 2.0, to use: AFHTTPClient *client = [AFHTTPClient clientWithBaseURL:[NSURL URLWithString:@"http://examplewebsite.com]]; [client setAuthorizationHeaderWithUsername:@"username" password:@"…

ios7 http-authentication afnetworking-2