Re: Custom View drawRect method is not invoked when use with AutoLayout

2013-01-17 Thread Sasikumar JP
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?

Custom View drawRect method is not invoked when use with AutoLayout

2013-01-16 Thread Sasikumar JP
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