- 博客(3)
- 收藏
- 关注
转载 C语言单链表实现
原文地址:http://www.cnblogs.com/lifuqing/archive/2011/08/20/List.html #include "stdafx.h" #include "stdio.h" #include #include "string.h" typedef int elemType ; /**************************
2013-09-09 17:31:41 404
转载 UITextField UITextView 字数限制
1. 如何实现对UITextField ,UITextView等输入框的 字数限制 (1)首先,肯定要 让controller 实现 UITextFieldDelegate (针对UITextField)或者 UITextViewDelegate(针对UITextView) 然后,将 输入框的delegate属性设置为self.
2013-09-06 16:33:49 372
转载 IOS开发UITextView控件相关资料
原文地址:http://www.2cto.com/kf/201305/208487.html 1 前言 UITextView可以在一个滑动视图里面显示多行文本。 2 代码实例 ZYViewController.h: [plain] #import @interface ZYViewController : UIViewController @property(
2013-09-06 16:18:54 402
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人