2,719 reputation
63582
bio website twitter.com/luckydev
location
age
visits member for 4 years
seen 4 hours ago
stats profile views 564

Web and iOS Developer


Oct
1
comment UITableViewDelegate method not getting called
@Moxy yes. I did.
Oct
1
asked UITableViewDelegate method not getting called
Sep
28
awarded  Famous Question
Sep
20
accepted Install gcc in Mountain Lion
Sep
13
awarded  Popular Question
Sep
10
comment Install gcc in Mountain Lion
I have xcode 4.4
Sep
10
answered Install gcc in Mountain Lion
Sep
10
asked Install gcc in Mountain Lion
Sep
8
awarded  Popular Question
Sep
7
awarded  Famous Question
Sep
3
revised How do I force refetch a relationship set of a NSManagedObject
edited title
Sep
3
asked How do I force refetch a relationship set of a NSManagedObject
Sep
3
revised Refreshing object for changes in a different NSManagedObjectContext
added 1219 characters in body
Sep
3
asked Refreshing object for changes in a different NSManagedObjectContext
Aug
28
awarded  Nice Question
Aug
27
comment TableView scroll is choppy
this didn't work. the lastWeekView never got itself drawn on the cell.
Aug
27
comment TableView scroll is choppy
I tried to but this slowness happens only when there is a lot of data in the store. I didnt know how to seed sqlite with lots of data
Aug
27
comment TableView scroll is choppy
will this work with my current drawRect? I have added the method above in my question
Aug
27
comment TableView scroll is choppy
Paul, I have added the drawRect here
Aug
27
comment TableView scroll is choppy
what does this line do, i dont understand the cast that is happening here. lastWeekView is a child of contentView .. right? - [(LastWeekView *)[cell contentView] setActivity:activityToShow];