uitableview - iOS Swift: Refresh table view but not footer -


i have tableview custom footer view. footer view search box filtering tableview. on each keystroke table data changing , update tableview accordingly. problem if use reloaddata() lose state of search box , keyboard dismissed. tried use reloadrowsatindexpaths because table data changing , total number of rows being reduced exception when try reload row doesn't exist anymore.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -