© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. Baruah, S. BaruahApp Development Using iOS iCloudhttps://doi.org/10.1007/978-1-4842-8758-3_20

20. Search Screen

Shantanu Baruah1   and Shaurya Baruah1
(1)
Somerset, NJ, USA
 
This is the last Display screen we are going to code for our application. Search will allow users to search for books using either the book name or the author’s name. All books are stored in a Book Class variable called Books. Based on the search input text provided by the user, we will search for books and author names for any partial match. All books that will match the search criteria will be stored in a temporary variable. The result is then displayed using a table. When the user ...

Get App Development Using iOS iCloud: Incorporating CloudKit with Swift in Xcode now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.