Most voted "uiview" questions
4 questions
Sort by count of
-
1
votes0
answers84
viewsHow to create Uisegmentedcontrol customized?
How to create UISegmentedControl customized? My goal is to create a UISegmentedControl , as in the image below:…
-
0
votes1
answer49
viewsHow to pass map data to be displayed by another class?
I’m using Google’s Maps API for iOS. I was doing some testing and I set up a UIView as a subclass of GMSMapView and kept a pointer for her in ViewController, getting: #import <UIKit/UIKit.h>…
-
0
votes1
answer1456
viewsHow to pass data from one Viewcontroller to another Viewcontroller
Researching on this I found some solutions, the first is to go through the prepareForSegue(), the second is to use a shared variable (global), I also saw something about using protocol but could not…
-
-1
votes1
answer99
viewsResizing in iOS 8
[RESOLVED] Guys, thank you so much for the answer, but I solved the problem by redoing what I already knew was wrong, this code was legacy, and was not good, but for lack of time I just needed to…