initWithFrame is not
accessed when my Xcode 6.1.1 new project runs. OSX, not IOS. It was copied and
pasted from another project that works correctly, containing a Bezier
plot. Consequently, the plot does not show up in the view when the project Runs.
But drawRect
properly runs, including [NSBezierPath
strokeRect:
bounds]; This puts a colored
frame around the view.
The view is what
came when the project was initiated. On the left side, MainMenu.xib
shows Placeholders, Objects, and then the window name. Below it is
the view name, same as file name set in Identity Inspector>Class.
Clicking on the view name makes the view tan colored. I couldn't find any
help in Google, so please, what can I do to get this running
correctly?
Nick |