Search results for

Request failed with http status code 503

190,520 results found

Post

Replies

Boosts

Views

Activity

Storyboard UIView Objects Not Instantiating
I am working on a project with Swift and Storyboards. It's a conversion project from a traditional IB and Objective-C project. I am having an issue with a UITableView instantiating when the view is loaded. Let me explain.The project is a navigation project. Here is an overview of the Storyboard.The Storyboard's first viewController is HomeViewController and is a landing page that displays general info. The next VC is called FeedViewController shows a number of RSS feeds. You can see an expanded screen shot of the NavigationController, HomeViewController and FeedViewController in the picture below.My problem is that I can't get the tableView to Instantiate. I first checked to make sure that my tableView was connected as an outlet and that the dataSource and delegate properties were connected. You can see this in the pic below.In my FeedViewController class I have an Outler property called feedsTableView. You can see the declaration in the code below.class FeedViewController: UIViewController, UITableV
5
0
2.5k
Jun ’15
SSL Issues using NSURLConnection and iOS9
Hello,Downloading the iOS 9 beta seems to have broken all of our NSURLConnection callsthis is the error we get CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)this is working fine with IOS 8.3We also have a test site that is not HTTPS simply HTTP for internal testing and it gives the error:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.can the developers comment on these? Anyone else seeing this?
0
0
1.7k
Jun ’15
TilemapKit: Complete Tiled TMX Tilemap Support for Sprite Kit
Developers interested in creating tile-based games and perhaps unsatisfied with existing solutions should try TilemapKitHexagonal, staggered and regular isometric, and of course orthogonal tilemaps are all supported. Including all stagger variations. Cool features like pathfinding are added as requested. Over 20 example tilemaps in TMX format are included for free. For a full list of features and roadmap please visit the TilemapKit website.If you want to see what you'll get, watch this video:https://www.youtube.com/watch?v=yAgGX1zc-1AEnjoy TilemapKit and please leave me feedback in the above forum thread or here.
3
0
685
Jun ’15