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.

Why does tableVieW:viewForHeaderInSection ignore the frame property of my UILabel?

Basically I want to change the font and the color of my section header, so I implement tableVieW:viewForHeaderInSection. First …

iphone uitableview frame
What are the 0 bytes at the end of an Ethernet frame in Wireshark?

after ARP protocol in a frame, there are many 0 bytes. Does anyone know the reason for the existence of these 0 …

frame wireshark ethernet mac-address
Cannot change UIView frame size

I have a custom uiview that i am trying to update the frame size. I do it like this in …

iphone xcode uiview frame cgrect
How to initialize properties that depend on each other

I want a picture to move to the bottom. If I press a button the pic should move down by 1. …

xcode swift frame cgrectmake
Repaint frame when resized?

How would I force a Frame to repaint() immediately after it is maximized, or resized? I can't find what method …

java awt frame repaint maximize
How to get raw frame data from AVFrame.data[] and AVFrame.linesize[] without specifying the pixel format?

I get the general idea that the frame.data[] is interpreted depending on which pixel format is the video (RGB …

ffmpeg frame
Images from Assets Folder are not working in UWP app

The Images are working in the MainPage, but I'm trying to Integrate it in an Navigational Panel Templete and the …

image xaml uwp windows-phone frame
X-Frame-Options and Content-Security-Policy for frames in Firefox

Content Security Policy specification says The frame-ancestors directive obsoletes the X-Frame-Options header. If a resource has both policies, the frame-ancestors …

security firefox frame content-security-policy x-frame-options
How to get javascript in one frame to wait until a page has loaded in a second frame

I have two frames in a frameset - frame[0] contains a script that loads a page into frame[1] using top.…

javascript frame wait frameset
inflate in merge

Hi I'm trying to inflate my layout with <merge> tag here is my main.xml : <?xml version="1.0" …

android layout merge frame inflate