Ash Richards

Results 7 comments of Ash Richards

Unfortunately Im unable to as this has been done by couple users in my app. I personally have never come across this issue during vigorous testing myself and have tried...

I thought as much yeah. If i come across it i'll get back to you. Thanks. This is a REALLY useful and easy to use library!

In my project `titleForHeaderInSection` is in my code but HPReorderTableView isn't calling it. What do I need to do for HPReorder to call it?

Have you read the README? It explains how to integrate it very easily!

This is what I've done: 1. Imported the project 2. **Ensured that the view (e.g.Settings/About screen) in Storyboard is embedded in a UINavigationController.** 2. Added this to my .m: ```...

Understood thank you. Have tried again and the `BLTNBoard` now works, thank you!

I've had this happen to me yesterday and discovered when I put the `start` function in the `viewDidAppear` the slideshow worked as expected. Putting `start` in `viewDidLoad` or `viewWillAppear` didn't...