enormego / EGOTableViewPullRefresh

A similar control to the pull down to refresh control created by atebits in Tweetie 2.
http://developers.enormego.com
3.26k stars 878 forks source link

Make the common view a LIB for linking into other projects #33

Closed shyam-habarakada closed 13 years ago

shyam-habarakada commented 13 years ago

This makes it a bit easier to include this component in other iOS projects. Also added a .gitignore file and cleaned up unnecessary files from repo. Finally, updated the SDK so that it uses the latest iOS SDK found (instead of hardcoding to 4.2)

shyam-habarakada commented 13 years ago

so I did all this, and realized that static LIBs cannot contain any resources. I am a bit puzzled though on how the demo app in this repo still gets all the image resources correctly. As far as I can tell, I am not including anything manually. Any clues?

shyam-habarakada commented 13 years ago

fixed the issue with organizing resources. Now we have a resource bundle and a LIB (based on the same technique used by components like the facebook-ios-sdk). Details in README