博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iphone-common-codes-ccteam源代码 CCTableTipView.h
阅读量:5963 次
发布时间:2019-06-19

本文共 768 字,大约阅读时间需要 2 分钟。

//  //  CCTableTipView.h  //  CCFC  //  //  Created by xichen on 11-12-16.  //  Copyright 2011 ccteam. All rights reserved.  //   #import 
#import "CCBaseTipView.h" // a kind of CCBaseTipView that owns a tableView // for linking, you should add QuartzCore.framewrok @interface CCTableTipView : CCBaseTipView { UITableView *_tableView; id _delegate; } @property(nonatomic, assign) id delegate; - (id)initWithFrame:(CGRect)frame withTableViewFrame:(CGRect)tableViewRect; - (void)setDelegate:(id)delegate; - (void)show; - (void)setTableViewBgView:(UIImage *)img; - (void)reloadData; @end

 

可能有更新:

googlecode链接地址:

github地址:

 

转载于:https://www.cnblogs.com/ccteam/archive/2012/01/05/2313109.html

你可能感兴趣的文章
一个简单好用的日志框架NLog
查看>>
超级硬盘数据恢复软件 4.6.5.0注冊码破解版
查看>>
一款基于jquery和css3实现的摩天轮式分享按钮
查看>>
Android创建启动画面
查看>>
Linux中date命令的各种实用方法--转载
查看>>
iOS: 为画板App增加 Undo/Redo(撤销/重做)操作
查看>>
<<APUE>> 线程的分离状态
查看>>
Hive创建外部表以及分区
查看>>
设置SVN忽略文件和文件夹(文件夹)
查看>>
IT项目管理-----给年轻工程师的十大忠告
查看>>
mysqld -install命令时出现install/remove of the service denied错误的原因和解决办法
查看>>
玩家游戏状态
查看>>
Android 小技巧-- TextView与EditText 同步显示
查看>>
苹果企业版帐号申请记录
查看>>
C++ Error: error LNK2019: unresolved external symbol
查看>>
Bitmap 和Drawable 的区别
查看>>
Java操作mongoDB2.6的常见API使用方法
查看>>
信息熵(Entropy)究竟是用来衡量什么的?
查看>>
如何给服务器设置邮件警报。
查看>>
iOS 数据库操作(使用FMDB)
查看>>