Maurice Rondeau
Jan 19, 2022

--

TableViews

Tableview is a great efficient way to display data. In my project I have been using singleton as single source to fetch data which I believe is memory efficient. There are other fetching data methods which I have seen duting my learning. I don’t know which is better as they all can do the same thing. Any of you can comment on the pros and cons of singleton and your prefered method .

--

--