xamarin.ios - Xamarin ios : Is there any maximum limit to the height that can be returned from GetHeightForRow method for UITableView? -


i using uitableview in xamarin.ios. height of cells returned on basis of text. , if text extremely long , height returned more 8000 , text not displayed in cell , empty blank space displayed.

is there limitation height cell can return ?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

javascript - Knockout pushing observable and computed data to an observable array -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -