IHEARTCOOKIES
IHEARTCOOKIES
Is this still on-going or did you drop this project? @markohlebar Seems to be the cleanest repo on GitHub. Great work!
Okay, sounds good. Thank you for your reply @markohlebar
Just curious, would you say that the framework as it is right now is stable enough to use in production mode? Saw that you opened `NSConcretePointerArray arrayGrow:` for example. Does...
It surely does. Thank you! @markohlebar
What's the status on this? @neuromanncer
@rnystrom Hi Ryan, do you mind if I take a stab at this? :) Also, is this related to #753 ?
I solved it by simply nesting the `UIView`. For example: ``` - (UIView *)carousel:(iCarousel *)carousel viewForItemAtIndex:(NSInteger)index reusingView:(UIView *)view { if (view == nil) { // Base view view = [[UIView...
I don't remember that being a problem to be honest. Keep in mind that the nested `UIView` is transparent and acts as a outer holder for the inner view. Here's...