I have a kind of predictive text uitableview that loads above my url bar when typing starts. After a url is entered and web view starts load it is added to the array so next time user starts typing the same url or at least the first letter, it is displayed in the tableview.
i.e. a = apple.com next row = amazon.com then empty space down to the url bar which is right above the keyboard.
I would like to have the results displayed bottom to top so the first result is displayed right above the url bar as opposed to the top of the whole view. Is this possible?
I have a kind of predictive text uitableview that loads above my url bar
Share
I assume that when there is only one cell to be displayed, you want it to be displayed right above the ‘url bar’.
If so, try flipping the table itself vertically, as well as all the cells (or their contents).