Preferred way to display a list
First time here... What is the preferred way to scroll through and display (and, not select) a list? A list of previous time stamps, for instance. I am using pickerView and it works fine, but it seems designed for display and selection which makes me believe there is a better way, tableView, perhaps? The app. is intended for iOS (mostly iPhone)for a small team working together. The information on the list(s) is for informational purposes, e.g. when did something happen last? Scrolling through the list would give you the last n occurrences of the event. I might use it later on to calculate statistics and do some ML but at this point the user would only be interested in seeing the previous occurrences (times) of an event. Selecting a particular entry is not needed. Thanks!