xcode6-beta5 Questions
28
I have an application which works fine on Xcode6-Beta1 and Xcode6-Beta2 with both iOS7 and iOS8. But with Xcode6-Beta3, Beta4, Beta5 I'm facing network issues with iOS8 but everything works fine on...
Henbit asked 18/8, 2014 at 21:28
4
Suddenly I'v started getting run time error as,
fatal error: NSArray element failed to match the Swift Array Element type
I'v declared my array as,
var myArray : [CUSTOM_CLASS] = [CUSTOM_CLASS]...
Liebknecht asked 25/8, 2014 at 11:8
4
I'd like to create a Navigation bar on top of my App. I created an Navigation Controller -> Tab Bar Controller -> Navigation Controller -> Table Controller
I dragged a Bar Button Item on the uppe...
Compendious asked 20/8, 2014 at 9:30
1
I managed to figure out the approach for self-sizing collection view cells under iOS 8.
I want to do this as a part of a accessory view.
I get a crash ... the interesting part of the stacktrace i...
Debacle asked 23/8, 2014 at 9:9
1
I have a action sheet which i am presenting using UIAlertcontroller in ios8 (xcode 6 beta 5).
I am using UIAlertcontroller because UIActionsheet ( which is deprecated in iOS 8 ) was not working pro...
Oersted asked 16/9, 2014 at 9:22
1
Solved
I am having trouble with generic classes and NSCoding in Swift (XCode beta 5). Specifically, this example code works nicely:
class Foo : NSObject, NSCoding
{
let bar: String
init(bar: String){
...
Piscary asked 16/8, 2014 at 8:49
1
i’m using Swift with Typhoon and Cocoapods. Everything worked well until i started to write an Integrationtest (according to the Typhoon-Example-App Test) for my Typhoon component. I wanted to setu...
Orban asked 19/8, 2014 at 11:32
1
© 2022 - 2024 — McMap. All rights reserved.