Re: Alternative method for makeViewWithIdentifier

2012-08-15 Thread Alfian Busyro
You're right. After I looked at Apple Documentation. I realized it. And exactly like what your told, I have to getting use with NSCell old fashion. With Regards, Alfian. On 12/08/14 17:44, Mike Abdullah wrote: On 14 Aug 2012, at 03:16, Alfian Busyro wrote: Thanks for your answer. I'm looki

Re: Alternative method for makeViewWithIdentifier

2012-08-15 Thread Mike Abdullah
On 14 Aug 2012, at 03:16, Alfian Busyro wrote: > Thanks for your answer. > I'm looking at cell-based table view right now, > It's seems like it's pretty not dynamically to make a custom view of the cell > view. > do you have any idea to custom it ? > > So actually I looking for how to access t

Re: Alternative method for makeViewWithIdentifier

2012-08-15 Thread Alfian Busyro
Thanks for your answer. I'm looking at cell-based table view right now, It's seems like it's pretty not dynamically to make a custom view of the cell view. do you have any idea to custom it ? So actually I looking for how to access the table cell view components without change it to cell-based

Re: Alternative method for makeViewWithIdentifier

2012-08-13 Thread Mike Abdullah
You need to go back to old school cell-based table views then. On 13 Aug 2012, at 09:52, Alfian Busyro wrote: > Hi, > I have an application that must support minimum OS X. Snow Leopard (10.6). > But accidentally I using makeViewWithIdentifier inside a delegate of table > view to calling object

Alternative method for makeViewWithIdentifier

2012-08-13 Thread Alfian Busyro
Hi, I have an application that must support minimum OS X. Snow Leopard (10.6). But accidentally I using makeViewWithIdentifier inside a delegate of table view to calling object that created on the nib, unfortunately this is only supported minimum Lion. So instead of using this, what should I do