uiview
Animate two views like when you pass a phone call
I have made many tries to have the same effect of switch than the one you can see when calling a phone number : the front view disapear with a zoom effect, while the other one appears also with a zoom[详细]
2023-04-09 12:37 分类:问答How to make buttons unclickable behind a small UIView?
I have a strange problem.I have 3 level of views : - MainView - containerview - subview -some buttons -some buttons[详细]
2023-04-09 11:59 分类:问答UIView transitionWithView doesn't work
Here is viewDidLoad from the main view controller in the test project: - (void)viewDidLoad { [super viewDidLoad];[详细]
2023-04-09 11:53 分类:问答Programmatically added UIImageView won't show up
I\'ve been trying for an hour and nothing I do can seem to make this show the image: UIImageView*logo=[[UIImageView alloc] initWithImage:[UIImage imageNamed: @\"logo.png\"]];[详细]
2023-04-09 11:33 分类:问答iOS UIView transition not smooth?
I used the following code to show animation during transition: CATransition *animation = [CATransition animation];[详细]
2023-04-09 11:06 分类:问答How do I set a custom font for the whole application?
Is there any way to How to Apply global font [new custom font] to whole application in iphone objective-c.[详细]
2023-04-09 06:09 分类:问答Center [UIColor colorWithPatternImage]?
I couldn\'t find anything on how you can center the \'image\' when you use (maybe you can\'t): [self setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@\"background\"]]];[详细]
2023-04-09 06:09 分类:问答Changing UIView when applicationWillEnterForeground fires
I am looking for a way to grab the current view being shown to the开发者_如何学C user when they send the application to the background.[详细]
2023-04-09 05:58 分类:问答UIViewControllers in UIScrollView?
I have a design question. I have a scroll view that I want to use as a means of navigation. I.e. the user can slide between screens. At present, I am creating view controllers and putting their views[详细]
2023-04-09 03:43 分类:问答What are the ways to develop a Book like app? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, inc开发者_Python百科omplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-04-09 02:58 分类:问答