ShelfView (iOS)
iOS custom view to display books on shelf (Android version is available here)
Requirements
- iOS 10.0+
- Swift 4.2
Installation
ShelfView
is available through CocoaPods. To install
it, simply add the following line to your Podfile:
Note
Because of book covers whose URLs are http
, update your info.plist
as follows:
- add
App Transport Security Settings
to the list - add
Allow Arbitrary Loads
to the security settings added above; set it toYES
.

Plain Shelf
Section Shelf
Add more books to ShelfView
- Plain Shelf
- Section Shelf
Reload books on ShelfView
- Plain Shelf
- Section Shelf
Loading book covers from other sources
- iPhone/iPad document directory
- iPhone/iPad library directory
- iPhone/iPad cache directory
- Directly from your project's source code
License
ShelfView
is available under the MIT license. See the LICENSE file for more info.
Author
Adeyinka Adediji (tdscientist@gmail.com)