Posts by Rivas • 35 points
3 posts
-
0
votes3
answers392
viewsQ: Import a Swift into another Swift
I want to import a Swift file into another Swift file, how to proceed ? Using Xcode 7.0 beta 3 via Swift 2 in an unsuccessful attempt…
-
2
votes1
answer51
viewsQ: Importing an objc control into Swift: Error when putting an action (func) of my contole
I decided to make an app in Swift this time, and as usual I use my custom control (Menuview). In objc I know how it works and everything worked, in Swift I followed all the steps, import in…
-
1
votes2
answers46
viewsA: Is it possible to make a selection list in the form of a loop?
Yes, but the method is kind of gambiarra, there is an automatic code for it so much that apple itself does. I’ll explain; Smplismente make a list of 100 copies of the same sequence, then make this…