Omkar

Results 6 comments of Omkar

i also want to know

@bachonk I found an alternative fix for the error till you fix **this is how you produce the error** ``` var imageView = UIImageView() imageView.contentMode = .ScaleAspectFit imageView.clipsToBounds = true...

i have the same issue while dismiss view controller

i fixed it by using zPosition, i'm not sure if it is the right way to do it. ``` - (void)syncImageTintColor { for (UIView *segment in self.segments) { for (UIView...