Initializes and returns a newly allocated NSView object with a specified frame rectangle.
Original signature is '- (id)initWithFrame:(NSRect)frameRect'
Available in Mac OS X v10.0 and later.


- frameRect (NSRect)
- The frame rectangle for the created view object.

An initialized NSView object or nil if the object couldn't be created.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)