使用xib自定义UIView的时候, 需要将控件拖拽成属性, 在viewController加载自定义view的时候报错误 "forUndefinedKey:]: this class is not key value coding-compliant for the key" 查找很久,终于发现是xib 的FILE'OWNER 的类关联出错 自定义View的时候 这个位置只能为空!!! xib关联类应该在view的Class设置,如图 修改了类的关联之后,错误解决.
Whenever we want to add an instance of this custom view to the visible screen, we now need to: load the Nib, and extract the actual view from the array of loaded objects (because we did not connect it to any outlet on the File’s Owner), and finally a
01.去除字符串中的html标记及标记中的内容 [叶子函数分享一]去除字符串中的html标记及标记中的内容 --1.创建函数 create function [dbo].[clearhtml] (@maco varchar(8000)) returns varchar(8000) as begin declare @i int while 1 = 1 begin set @i=len(@maco) set @maco=replace(@maco
// // ZSDTJNoDataView.h // ZSDTJNoDataView // // Created by Mac on 14-12-28. // Copyright (c) 2014年 ZSD. All rights reserved. // //当发起网络请求的时候没有数据的时候界面显示指定的背景图 #import <UIKit/UIKit.h> typedef void(^ZSDNoDataViewCompleteHandler) (NSInteger buttonIndex