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.

Python database application framework and tools

I have been building business database applications such as finance, inventory and other business requirement applications. I am planning to …

python frame
detect video frame types in MPEG TS stream

I'm trying to extract information about the frame types in TS packets. Using FFMEPG I'm sending MPEG TS encapsulated video (…

video-streaming frame mpeg
issues with UIImageView.layer.cornerRadius to create rounded images on different pixel densities ios

I'm simply trying to create a perfectly round image. Here's my swift code: myImage.layer.cornerRadius = myImage.frame.size.width/2 …

ios frame iphone-6 cornerradius
window.onbeforeunload, but for a frame?

I'm trying to put up a warning message about leaving a webpage, but it is nested inside a frameset. Apparently …

javascript frame frameset onbeforeunload
when should I use JFrame.add(component) and JFrame.getContentPane().add(component) in java

Is there a difference between them and are there any conditions in which one should be used instead of the …

java swing user-interface frame
Resizable frame emulation

I understand that <frameset> and <frame> tag are becoming deprecated. Is there a way to emulate …

html css frame
iOS: why can not I programmatically set frame for the button?

Here is a strange thing, but I couldn't figure it out. I can not programmatically set frame for the button. …

ios button frame
WPF StackPanel vertical Frame full height

I need to fill empty space with last element in stackpanel (Frame): <DockPanel> <StackPanel Orientation="Vertical"> &…

wpf height frame stackpanel
ios10: viewDidLoad frame width/height not initialized correctly

Since upgrading to XCode8 GM and ios10, all of my views created via Interface Builder are not being initialized correctly …

objective-c autolayout frame ios10 xcode8
Changing the height of a tableHeaderView hides the cells

In my UITableView, I have a tableHeaderView that should resize itself according to the content. The resizing works fine, however, …

iphone uitableview layout frame