RDNotebookView 1.0.0

RDNotebookView 1.0.0

Maintained by Giorgi Iashvili.



  • By
  • Giorgi Iashvili

RDNotebookView

Version License Platform Language

RDNotebookView is a scrollable notebook component for iOS applications. NotebookView mechanism works mostly the same way as UITableView does.

Installation

  • Manually
  • As Open Source:
  1. Download RDNotebookView project
  2. Drag n drop the Source folder into your project (Make sure that you tick on Copy if needed checkbox)
  • As Embedded Framework:
  1. Download RDNotebookView project
  2. Build it for desired target
  3. Copy it into your project directory
  4. 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.

Usage

All you need to do is to import the library and start coding:

import RDNotebookView

Requirements

  • Swift 5.0 or later

Author

Giorgi Iashvili, [email protected]

License

RDNotebookView is available under the MIT license. See the LICENSE file for more info.