All Projects → TalkingJourney → Scindexview

TalkingJourney / Scindexview

Licence: mit
SCIndexView provide a index view like Wechat.

Labels

Projects that are alternatives of or similar to Scindexview

tile38
Real-time Geospatial and Geofencing
Stars: ✭ 8,117 (+1473.06%)
Mutual labels:  index
whale
The super index for DeFi Blockchain to simplify DeFi light implementation. 🚧 Consolidating into DeFiCh/jellyfish as a single monorepo project.
Stars: ✭ 17 (-96.71%)
Mutual labels:  index
Scout Extended
Scout Extended: The Full Power of Algolia in Laravel
Stars: ✭ 330 (-36.05%)
Mutual labels:  index
feels
🌀 Calculate apparent temperature using heat index, approximate wet-bulb globe temperature, humidex, australian apparent temperature and wind chill.
Stars: ✭ 25 (-95.16%)
Mutual labels:  index
rmi
A learned index structure
Stars: ✭ 51 (-90.12%)
Mutual labels:  index
hexo-generator-index2
Filtered index generator for Hexo
Stars: ✭ 40 (-92.25%)
Mutual labels:  index
charles-rest
Github chatbot and web-content indexer/searcher
Stars: ✭ 24 (-95.35%)
Mutual labels:  index
Rum
RUM access method - inverted index with additional information in posting lists
Stars: ✭ 414 (-19.77%)
Mutual labels:  index
proxpi
PyPI caching mirror
Stars: ✭ 19 (-96.32%)
Mutual labels:  index
jify
JSON indexed file database/querying library/tool
Stars: ✭ 17 (-96.71%)
Mutual labels:  index
bkdtree
Persistent Block KD Tree In Golang for Search Filtering
Stars: ✭ 32 (-93.8%)
Mutual labels:  index
cobs
COBS - Compact Bit-Sliced Signature Index (for Genomic k-Mer Data or q-Grams)
Stars: ✭ 64 (-87.6%)
Mutual labels:  index
sparseIndexTracking
Design of Portfolio of Stocks to Track an Index
Stars: ✭ 27 (-94.77%)
Mutual labels:  index
jquery-alphaindex
jQuery plugin to create alphabetical indexes for your lists
Stars: ✭ 12 (-97.67%)
Mutual labels:  index
Serve Index
Serve directory listings
Stars: ✭ 360 (-30.23%)
Mutual labels:  index
flow-indexer
Flow-Indexer indexes flows found in chunked log files from bro,nfdump,syslog, or pcap files
Stars: ✭ 43 (-91.67%)
Mutual labels:  index
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (-68.02%)
Mutual labels:  index
H5ai
HTTP web server index for Apache httpd, lighttpd and nginx.
Stars: ✭ 4,650 (+801.16%)
Mutual labels:  index
Sqlindexmanager
Free GUI Tool for Index Maintenance on SQL Server and Azure
Stars: ✭ 403 (-21.9%)
Mutual labels:  index
SlideBar
SlideBar for Android 一个很好用的联系人字母快速索引
Stars: ✭ 47 (-90.89%)
Mutual labels:  index

效果

微信效果图: defalut style.gifo动 toast效果图: center toast style.gifo动

功能及优点

主要功能及优点如下:

  1. 当滑动UITableView列表时,索引视图的索引位置会跟着移动;
  2. UITableView和SCIndexView之间手势和事件不冲突,操作其中一个视图,另一个视图失效;
  3. 当滑动索引视图时,会有指示器或者toast提示当前索引位置;
  4. 索引视图可以从sc_startSection开始,忽略前面section;
  5. 可以任意定制指示器、toast、索引视图的大小,文字颜色大小,间距等UI样式;
  6. 当第一个数据为UITableViewIndexSearch时,自动添加放大镜图标。

使用方法

可以通过CocoaPods导入,支持iOS7及以上。

pod 'SCIndexView'

  1. 创建SCIndexViewConfiguration对象,这个对象用来控制索引的UI样式;
  2. 设置UITableView对象的 sc_translucentForTableViewInNavigationBar 和 sc_indexViewConfiguration;
  3. 再设置UITableView对象的索引数据源。 不用再关心SCIndexView视图本身,直接在UITableView上设置即可。
SCIndexViewConfiguration *indexViewConfiguration = [SCIndexViewConfiguration configuration];
tableView.sc_indexViewConfiguration = indexViewConfiguration;
tableView.sc_translucentForTableViewInNavigationBar = YES;
tableView.sc_indexViewDataSource = indexViewDataSource;

结束

如果大家有什么想法的话,可以向我反馈。如果大家喜欢的话,也可以通过star来鼓励下我,感谢大家捧场。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].