Mylene Bayan
Mylene Bayan
I have encountered this issue, as a work arround, set the content inset of your tableview/collectionview `tableView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 150, right: 0)`
I have encountered the same issue, i needed to show the second page initially. yes, it is showing my second page, but the navigation title and the page index does...
Hi @surayashivji , i wasn't able to replicate this issue. But I have updated the code for the latest swift version. Please try if this will work for you first....
@surayashivji @wasimsandhu I cannot replicate this issue on my end. Autocomplete strings are showing on table view when assigning strings to the `autoCompleteStrings` property. However as to what is wrong...
Hi @cnpetrich , Thanks for reporting this issue. I am currently working for the updates for XCode 8. I will investigate this issue and if confirmed, will provide the fix.