资源说明:ios objc category on uitextview to add accessory toolbar
UITextView+toolbar iOS category to simplify adding a toolbar to a textview. Instructions 1) Add these files to your project UITextView+toolbar.h UITextView+toolbar.m 2) Add keyboard to textview example UITextView *myTextView = [UITextView alloc] init]; [myTextView addKeyboard:TRUE previous:@selector(previous:) nextSelector:@selector(next:) doneSelector:@selector(done:)];
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。