Questions tagged as 'uiview'

0
answers

How to create custom UISegmentedControl?

How to create% custom%? My goal is to create a UISegmentedControl , as in the image below:     
asked by 21.12.2014 / 15:21
1
answer

How to pass map data to be displayed by another class?

I'm using the Google Maps API for iOS. I was doing some tests and set a UIView as subclass of GMSMapView and kept a pointer to it in ViewController , getting: #import <UIKit/UIKit.h> #import <GoogleMaps/GoogleMaps....
asked by 13.02.2015 / 04:30
0
answers

Ring event not recognized in UITextField in UIView within UiScrollView

I have a custom text field that is inside a view that is inside a scrollview, the touch event apparently does not work when I put the parent view of it inside the Uiscroll view, which can be follows the code: func loadScrollView() {...
asked by 06.07.2018 / 16:58
1
answer

How to pass data from one ViewController to another ViewController

Searching for this I found some solutions, the first is to go through prepareForSegue() , the second is to use a shared variable (global), I also got to see something about using protocol, but could not use it. In some cases, where an a...
asked by 16.01.2016 / 14:39
1
answer

Resizing on iOS 8

[RESOLVED] Hi, I'm trying to get the code out of the code so I can do it. We negotiated more time with the customer and now everything is already right. I have a UIView that is instantiated in runtime, everything was fine on the old iPhones,...
asked by 24.03.2015 / 18:22