Skip to content

misyobun/StickableRowHeader

Repository files navigation

StickableRowHeader

Download

How to get

Step1

Add it in your root build.gradle at the end of repositories:

allprojects {
   repositories {
			 ...
   	maven { url 'https://jitpack.io' }
   }
}	

Step2

Add the dependency

dependencies {
   implementation 'com.github.misyobun:StickableRowHeader:1.0.2'
}

or

You can get from jcenter.

dependencies {
    implementation 'msb.jp.stickablerowheader:lib:1.0.2'
}

SS

About

it sticks like to be UITableView Section.

Resources

License

Stars

Watchers

Forks

Packages

No packages published