https://m.blog.naver.com/PostView.nhn?blogId=kcskiller&logNo=220605108920&proxyReferer=https%3A%2F%2Fwww.google.com%2F

 

[iOS] Main.storyboard 에서 custom class

StoryBoard 에서 View 나 기타 등등 UI 를 그렸을 때, 기능을 적용시키기 위하여 Custom Class 를 ...

blog.naver.com

 

TestView.h

@interface TestView : UIView {

}

 

TestView.m

@implementation TestView

 

이런식으로 나와야 Custom Class 등록 가능. 

 

Posted by 모과이IT
,