Posts by Rodrigo Guimarães • 41 points
5 posts
-
0
votes2
answers114
viewsA: Error Swift Objectmapper 3.2
I may be wrong, but in general this error is corrected by giving a Product -> Clean and then a Build. It happened to me a lot when I migrated a project from Xcode 8 to 9 and had an old build from…
-
0
votes2
answers313
viewsA: How to attach images from camera or gallery to Swift
You can make a giant code in your hand or use a pod, which is what I recommend. I’ve used the Alcameraviewcontroller pod, which makes it possible to take both photos and choose from the gallery. You…
swiftanswered Rodrigo Guimarães 41 -
0
votes1
answer24
viewsA: How to place a title under the iten button bar
I believe that what you want to do is good to solve right in the editor. 1) Select the button and open the Size Inspector tab (Ruler) 2) In the Title Insets category adjust the Top attribute to a…
-
1
votes1
answer501
viewsA: Instantiate Swift object and populate with webapi data
A good API to do this is Evreflection. https://github.com/evermeer/EVReflection Her master branch is for Swift 3.0 now and is extremely easy to convert, just put in the class header it is an…
-
3
votes3
answers1628
viewsA: How do I export a trial app without the apple Developer program?
You can install yes and from Xcode 7 no longer need to pay for the license! In the Xcode, you add your Apple ID to Account preferences. Selection the project you want to put on iPhone/iPad and…