tombenner / nui

Style iOS apps with a stylesheet, similar to CSS
MIT License
3.76k stars 461 forks source link

UIRefreshControl invisible when setting UITableView backgroundColor in iOS7 #178

Open baspellis opened 11 years ago

baspellis commented 11 years ago

When setting UITableView backgroundColor with NUI the refreshControl disappears in iOS7. No such behaviour when backgroundColor is set in Interface Builder. Issue seems to be isolated to iOS7 only.

Cbieniak commented 10 years ago

Having the same issue here

davidlawson commented 10 years ago

http://stackoverflow.com/questions/18903076/uirefreshcontrol-and-uitableviews-backgroundview

phatmann commented 10 years ago

@davidlawson, could you submit a pull request with the fix mentioned in that stackoverflow link?

davidlawson commented 10 years ago

Sure thing! https://github.com/tombenner/nui/pull/244