Car moving like uber in google maps

download ARCarMovement from Github view.h #import  #import "ARCarMovement.h" @import GoogleMaps; @interface animationViewC...
Read More

Uiview make circular and rotate :

UILabel *l=[[UILabel alloc]initWithFrame:CGRectMake(50, 15, 50, 50)]; l.text=@"H"; l.textColor=[UIColor redColor]; [self.v add...
Read More

how to check where this message occurs This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes.

Used @markussvensson answer to detect my problem, found it using this Symbolic Breakpoint: Symbols: [UIView layoutIfNeeded] or [UIView up...
Read More

polyline for the subview in Googlemaps

- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. GMSCameraPosition *camera = [GMSCameraPo...
Read More