码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
#warning Incomplete method implementation怎么修改?
#warning Incomplete method implementation怎么修改? 各位朋友,我在做一个表格视图的例子,在tableview方法里总有几个warning:#warning Incomplete method implementation或#warning potential...
分类:其他好文   时间:2015-07-08 22:27:28    阅读次数:115
Yet another way to manage your NHibernate ISessionFactory
So here is my current UnitOfWork implementation. This one makes use of the somewhat new current_session_context_class feature. I think this is quite s...
分类:Web程序   时间:2015-07-08 14:31:49    阅读次数:134
自定义UIBtton类后,在@implementation重写方法的作用
1 /** 2 * 用来自定义imageView的尺寸和位置 (contentRect等于按钮的bounds) 3 */ 4 - (CGRect)imageRectForContentRect:(CGRect)contentRect { 5 return CGRectMake((co...
分类:其他好文   时间:2015-07-08 00:22:21    阅读次数:146
自定义tabBar控制器
一、控制器部分 #import "JRTabBarConroller.h" #import "JRTabBar.h" @interface JRTabBarConroller () @property(nonatomic,weak) UIViewController * currentVC; @end @implementation JRTabBarConrol...
分类:其他好文   时间:2015-07-07 23:00:36    阅读次数:187
Android:No implementation found for native(转)
解决方法:1.检查native c code的定义:JNIEXPORT void Java_com_example_something_MyClass_getMyString(JNIEnv * env, jobject obj) {其中:com_example_something为 package名...
分类:移动开发   时间:2015-07-07 14:42:54    阅读次数:123
设置UIView圆角 cornerRadius 圆角有性能问题,用贝塞尔曲线代替
[objc] view plaincopyprint? @interface UIView (RectCorner)      @end      @implementation UIView (RectCorner)   - (void)setCornerOnTop {       UIBezierPath *maskPath;       maskP...
分类:其他好文   时间:2015-07-07 09:38:37    阅读次数:252
iOS 通过接受距离传感器的消息改变屏幕的明暗度(仅限用于真实的手机)
1 #import "AppDelegate.h" 2 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 - (BOOL)application:(UIApplication *)appl...
分类:移动开发   时间:2015-07-06 23:14:08    阅读次数:219
单例01
1.Code:@interface SAMNetworkingTool : NSObject+ (instancetype)shareNetworkingTool;@end@implementation SAMNetworkingToolstatic id instance;// 因为历史遗留问题,...
分类:其他好文   时间:2015-07-05 21:02:54    阅读次数:105
iOS UIWebView
1.网页视图的创建,加载网页内容#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; [s....
分类:移动开发   时间:2015-07-04 19:48:04    阅读次数:269
iOS UISlider
1.eg:通过拖动滑块改变图片透明度#import "ViewController.h"@interface ViewController (){ UIImageView *imageView;}@end@implementation ViewController- (void)viewDidLo....
分类:移动开发   时间:2015-07-04 12:35:32    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!