Rightpoint / RZCellSizeManager

Dynamic size computation and caching for cells.
MIT License
242 stars 32 forks source link

Release 1.1.1 #22

Closed ndonald2 closed 10 years ago

ndonald2 commented 10 years ago

@arrouse A bit of maintenance to get the nibless cell loading working. Instead of trying to catch the exception, it now just checks if the nib file exists, since as you probably noticed, the stupid nibWithNibName:bundle: method on UINib doesn't return nil if the nib does not exist (whose idea was that??).

Also made subspecs for the extensions. Let me know what you think.

Related to #15

Tasks

ndonald2 commented 10 years ago

@arrouse Please take a look at this when you get a chance.

alexrrouse commented 10 years ago

@ndonald2 Looks good. Merge when ready. Are you good with pushing it to the pods trunk? or do you want me to do it?

ndonald2 commented 10 years ago

@arrouse I can do that, thanks!

ndonald2 commented 10 years ago

@arrouse Actually I don't have permissions. Can you check out this branch and push the podspec?

ndonald2 commented 10 years ago

@arrouse I already tagged the release so if you make more commits you'll need to delete the tag and re-tag it again.

alexrrouse commented 10 years ago

This should be pushed and is available on the cocoapods trunk. Merging. Also added you as an owner @ndonald2