Posts by Ricardo M.Souza • 588 points
52 posts
-
0
votes1
answer95
viewsQ: How to mount an array dynamically
I’d like to make a func that returns me the following array, however I don’t know the return type or how to dynamically assemble this array: vDataSource_Detalhe = NSArray(objects: NSArray(objects:…
-
0
votes1
answer76
viewsQ: How to use the Search Bar with the person class - Swift 3
Good morning. I have the class person class pessoa { var nome : String = “”; var idade : Int = 0; var foto : UIImage!; } extension pessoa { class func Gerar_Registros(pQtd : Int) ->…