Xamarin Storyboards and Custom Cells

In the previous posting in this series we navigated to a details page, but the display of the details left a lot to be desired.  Custom Book CellWe had a single string of information and not enough room to display it in the UITableViewCell in the BookListTableView.

Today, we’ll take a look at customizing the UITableViewCell.  We return to the same code, but we’ll add a new class, BookCell that will derive from UITableViewCell.  This cell will be used to describe how we want each cell in the table to display its data.

Continued here

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in Xamarin. Bookmark the permalink.