RDNotebookView is a scrollable notebook component for iOS applications. NotebookView mechanism works mostly the same way as UITableView does.
- Manually
- As Open Source:
- Download RDNotebookView project
- Drag n drop the Source folder into your project (Make sure that you tick on Copy if needed checkbox)
- As Embedded Framework:
- Download RDNotebookView project
- Build it for desired target
- Copy it into your project directory
- In Xcode navigator select project >> General >> Embedded Binaries: click + button and select RDNotebookView framework.
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'ProjectName' do
# For latest version:
pod 'RDNotebookView'
end
Run pod install
, and you should now have the latest RDNotebookView release.
All you need to do is to import the library and start coding:
import RDNotebookView
- Swift 5.0 or later
Giorgi Iashvili, [email protected]
RDNotebookView is available under the MIT license. See the LICENSE file for more info.