I have rephrased my earlier question to get some experts attention :)
Is there any difference in creating a custom view in interface builder over
code.
If I create the custom view from interface builder, drawrect method is getting
invoked, if I do it from code,drawrect is not getting invoked?
Hi,
I am working on a project, where i have to create horizontal tableview
with custom tableview cell. i am using AutoLayout constraints to layout all
cell's subview elements.
Here is the my tableview cell init method, here i am using JPFilmBorderView
to draw some custom drawing. but JPFilmBorde