Top "Frame" questions

Frame refers to a property of a UIView or an NSView in Objective-C. It is a 4-floating-point representation of the View's location in the parent view or window.

How to get the frame of a view inside another view?

I have an UIImageView in the self.view (the main View) and inside it there is a UIButton. I want …

ios objective-c xcode uiimageview frame
How to access frame (not iframe) contents from jQuery

I have 2 frames in one page like this (home.html) <frameset rows="50%, 50%"> <frame id="treeContent" src="treeContent.…

javascript jquery html frame
Custom MKAnnotation callout bubble with button

I'm developing app, where user is localized by gps and then he is asked, whether he is located in specific …

ios mapkit frame callout
Update position of UIImageView Swift

I'm trying to make a draggable image (monkey) takes the place of another draggable image (banana) when I'm pushing a …

uiview uiimageview swift frame
"Incorrect" frame / window size after re-orientation in iPhone

In my iPhone OS application I want (need) to watch for changes in the device orientation in order to rearrange …

iphone uiview frame
UIScreen MainScreen Bounds returning wrong size

So I created a new project with the latest version of XCode and tried to log the screen size of …

ios iphone objective-c frame uiscreen
create a view programmatically with frame set to superview's frame?

I have a navigation based application where I place my custom views in the navigation view. First, I wanna know …

iphone frame superview
How to set the activity indicator in the navigation bar?

I am new to iphone development. I want to set an activity indicator in the navigation bar. I see my …

iphone frame activity-indicator navigationbar
How do you do transition effects using the Frame control in WPF?

I thought this would be easy but I guess not. I have 2 pages that load in my frame control. I …

c# wpf user-interface frame
How to call javascript function specified in a child <frame>

I'm working on a ancient project which is based on and tags. Here's the common HTML structure of the parent …

javascript html frame frameset