uiview
Simulating zoomToRect with a plain uiview
Just wondering if anyone knows a good way to simulate UIScrollView\'s zoomToRect method but with an UIView. Using a CGAffineTransform to scale is working well but I still can\'t figure out how to zoom[详细]
2023-04-10 08:49 分类:问答Switch 2 views with switch controller
This is the main view and I\'d like to toggle two separa开发者_C百科ted views; for ON state and for OFF state.[详细]
2023-04-10 05:15 分类:问答How to send UINavigationBar Items to Back of the NavigationBar
I have a navigation bar with some items like below screenshot. I need to send those items to back of the navigation bar for making them visible behind the overlay but there should not be user Interact[详细]
2023-04-10 04:33 分类:问答Add same subview multiple times to view
I don\'t know if this is possible, but what I would like to do is add a subview several times to the view. I have tried something like this:[详细]
2023-04-10 00:21 分类:问答pop up detail view out of tableviewcell
I am working on a app where I want to expand a tableviewcell to cover almost all the screen with animation when it is selected by user. I am looking to create a uiview on the开发者_StackOverflow社区 t[详细]
2023-04-09 22:03 分类:问答Any way to get the frame of a UIObject from a different orientation?
I have a piano UIView, made of Key subviews. The keys are assigned their frames relative to the frame of the piano. This works fine if I stay in portrait mode.[详细]
2023-04-09 21:26 分类:问答How to make UIButton always on top, and change able to change the subviews?
I am using two v开发者_Go百科iews that are UIScrollView and UITextView. When program runs, UIScrollView displays. User can scroll it horizontally and paging enabled. If he taps on it the UITextView (w[详细]
2023-04-09 20:16 分类:问答How access an uiview subview partially outside of his parent uiview?
I have the following UIVIew architecture (x,y,width,height) : - MainWindow (0,0,768,1024) - MainView (0,0,768,80)[详细]
2023-04-09 16:29 分类:问答How should I use multiple UIViews to represent areas on screen?
I am building an ipad app that has two basic regions on the screen: A dock on the left hand side contains \"things\" that you can drag onto the right side[详细]
2023-04-09 14:36 分类:问答Simulate push view animation inside UIView
I have a single UIView with some labels that display attributes from objects inside an array. I\'m using gesture recognizers to change the current element in the array and hence the text in the开发者_[详细]
2023-04-09 13:29 分类:问答