Fix a bug that was selecting the wrong row as the middle one
Get deployment target back to iOS 8.0
Remove index parameter from delegate methods since it is meaningless for the developer implementing PickerView. It only exists because of the simulation of infinite rows, the end user (developer) should only care about the index represented in his datasource which is represented by the row parameter
Closes #8