ios自定义下拉菜单Demo
ios自定义下拉菜单Demo,非常简单的例子,直接使用就可以的。 if (showList) {//如果下拉框已显示,什么都不做 return; }else {//如果下拉框尚未显示,则进行显示 CGRect sf = self.frame; sf.size.height = frameHeight; //把dropdownList放到前面,防止下拉框被别的控件遮住 [self.superview bringSubviewToFront:self]; tv.hidden = NO;
文件列表
listDemo.zip
(预估有个20文件)
listDemo
listDemo
ListViewController.h
225B
main.m
338B
listDemo-Info.plist
1KB
Default.png
6KB
DropListView.m
4KB
AppDelegate.h
279B
AppDelegate.m
2KB
Default-568h@2x.png
18KB
用户评论