小编Jig*_*h B的帖子

如何将URL图像存储在缓存中,然后在iphone中的imageview中显示

我直接在Imageview中打开URL图像,但我想将图像存储在缓存中以备将来参考...帮我解决我的问题..

提前致谢

iphone ios4 ios

4
推荐指数
1
解决办法
6893
查看次数

找不到“xxxxx”的协议声明;您的意思是 'yyyyy'

我在 Xcode 项目中有多个协议,它会给出这样的错误。帮助我错误:-> 找不到“ButtonDelegate”的协议声明,您的意思是“CustomDelegate”吗?提前致谢图片

委托头文件

#import <UIKit/UIKit.h>
#import "Constant.h"

@protocol ButtonDelegate <NSObject>
-(void)ChatButtonClicked;
@end

@interface DonttreadonmeCell : UITableViewCell<UIGestureRecognizerDelegate,UITextViewDelegate>{

id <ButtonDelegate> Buttondelegate;

 .h File

#import <UIKit/UIKit.h>
#import <Twitter/Twitter.h>
#import "JSONParsing.h"
#import "Facebook.h"
#import "DonttreadonmeCell.h"
#import "Constant.h"



 @class DonttreadonmeCell;

    @interface BookTextPeregraphselectedViewController :   UIViewController<MFMailComposeViewControllerDelegate,FBSessionDelegate,FBRequestDelegate,ButtonDelegate,FBLoginDialogDelegate,FBDialogDelegate,JSONParsingDelegate,UITableViewDataSource,UITableViewDelegate,UIGestureRecognizerDelegate,UITextViewDelegate>{
Run Code Online (Sandbox Code Playgroud)

iphone protocols ios xcode4.5

0
推荐指数
1
解决办法
2332
查看次数

标签 统计

ios ×2

iphone ×2

ios4 ×1

protocols ×1

xcode4.5 ×1