KO
|
EN
gitlite — search
Search
#golang
#hacktoberfest
#php
#redux
#android
#blockchain
#ruby
#java
#python3
#react
#deep-learning
#django
groupSectionCell
★ 33
Open GitHub ↗
RMGroupShadowTableView给每个组别整体添加阴影效果
Download README (.md)
Explore Similar Repositories
git-events-operator
:
Events operator for watching a git repository. Trigger on changes to the repository.
punny_captions
:
An implementation of the NAACL'18 paper "Punny Captions: Witty Wordplay in Image Descriptions".
Python
:
Python 相关学习整理。包括:爬虫、区块链、基础、数据处理、算法等。
optimising-basketball
:
Using Keras, TensorFlow.js and image processing to analyse my basketball skillz.
TemporalOptimization
:
Speed profile planning via temporal optimization
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
groupSectionCell
?
Download (.md)
# groupSectionCell  1.悬浮的顶部view功能核心代码为主要是这个方法里: - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context; 2.把section作为一个整体,实现tableview的分组阴影效果,核心思想只是是把cell的分组效果通过再cell上嵌套tableview实现,可以下面的方法里去实在想要的cell样式 - (void)setCornerRadius:(CGFloat)radius withShadow:(BOOL)shadow withOpacity:(CGFloat)opacity