Skip to content

A scrollable notebook component for iOS applications by Rendel (me@rendel.ge)

License

Notifications You must be signed in to change notification settings

Rendel27/RDNotebookView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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, me@rendel.ge

License

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

About

A scrollable notebook component for iOS applications by Rendel (me@rendel.ge)

Resources

License

Stars

Watchers

Forks

Packages

No packages published