poholo / panoramagl

Automatically exported from code.google.com/p/panoramagl
1 stars 0 forks source link

plview cannot point in the xib #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. plview cannot point in the xib 
2.
3.

What is the expected output? What do you see instead?
plz provide a method to point in xib

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by shinuvs2...@gmail.com on 25 May 2011 at 3:46

GoogleCodeExporter commented 8 years ago
You can use 

-(id)initWithFrame:(CGRect)frame
-(id)initWithCoder:(NSCoder*)coder 

If you use Interface Builder, you can change Custom Class from UIView to PLView

Original comment by javbae...@gmail.com on 5 Jul 2012 at 3:53