UIView Infinite 360 degree rotation animation?
I’m trying to rotate a UIImageView 360 degrees, and have looked at several tutorials online. I could get none of them working, without … Read more
I’m trying to rotate a UIImageView 360 degrees, and have looked at several tutorials online. I could get none of them working, without … Read more
I want to move one view on top of another, how can I know the z index of the view, and how to … Read more
I’ve run into a couple of cases now where it would be convenient to be able to find the “topmost” view controller (the … Read more
How do I add a touch event to a UIView? I try: UIView *headerView = [[[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, nextY)] autorelease]; [headerView … Read more
I would like to know how to use these properties in the right manner. As I understand, frame can be used from the … Read more
I’m trying to generate a view with a gradient color background (A solid color to transparent) at runtime. Is there a way of … Read more
I’ve been working on an application for a couple of years and received a simple design request: Round the corners on a UIView … Read more
Is there a way to set cornerRadius for only top-left and top-right corner of a UIView? I tried the following, but it end … Read more
I’m trying to figure this out since last week without going any step further. Ok, so I need to apply some constraints programmatically … Read more
My login view has a subview which has a UIActivityView and a UILabel saying “Signing In…”. This subview has corners which aren’t rounded. … Read more