腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(6617)
视频
沙龙
0
回答
ViewController
不符合
协议
'
UISearchResultsUpdating
‘
、
、
我收到的错误是类型'LocationSearchTable‘
不符合
协议
'
UISearchResultsUpdating
’。import UIKit extension LocationSearchTable :
UISearchResultsUpdating
浏览 5
提问于2017-01-03
得票数 1
回答已采纳
1
回答
类型'
ViewController
‘
不符合
协议
'
UISearchResultsUpdating
’
、
首先,我使用了名为UISearchDisplayController的
协议
,但是在IOS8.0中,Xcode警告不是很好,所以我读取了
协议
UISearchResultUpdating。类型'
ViewController
‘
不符合
协议
'
UISearchResultsUpdating
’ 我该怎么办才能解决呢?class
ViewController
:UIViewController,UITableViewDataSource,UITableViewD
浏览 2
提问于2015-09-07
得票数 1
回答已采纳
1
回答
多
协议
的Swift类一致性(XCode 7,iOS 9,Swift 2.1)
、
、
、
、
如何使Swift类符合ObjC中的多个
协议
?我说错了 类型'
ViewController
‘
不符合
协议
'Protocol_B’类型'
ViewController
‘
不符合
浏览 3
提问于2015-10-15
得票数 0
回答已采纳
1
回答
为什么
ViewController
类不需要符合NSObject
协议
,而对其他类是必需的
、
Some protocol to colorize the text} 如果删除NSObject,就会得到“ColorizerTextFieldDelegate”类型
不符合
协议
“NSObjectProtocol”的错误,但我发现
ViewContr
浏览 1
提问于2017-11-30
得票数 1
回答已采纳
1
回答
UISearchController获取searchScope索引
、
、
UISearchDisplayController *)controller 我只能使用
UISearchResultsUpdating
浏览 0
提问于2014-11-13
得票数 1
1
回答
'
ViewController
‘
不符合
协议
、
、
、
我已经从那里复制了所有的代码,并且我遇到了一个“
ViewController
类型
不符合
协议
'UITableViewDataSource'”的问题。
浏览 4
提问于2015-06-20
得票数 0
回答已采纳
2
回答
如何在Swift中使用SKPSMTPMessageDelegate
协议
?
、
、
、
我补充如下:但是我得到了一个错误:类型‘
ViewController
’
不符合
协议
'SKPSMTPMessageDelegete‘ A我不知道怎么添加这个,因为我需要写到@objc
协议
中吗??
浏览 4
提问于2014-10-16
得票数 3
回答已采纳
1
回答
实现支持返回搜索结果的导航
、
、
、
、
我尝试过简单地将
ViewController
推到呈现式
ViewController
的UINavigationController上。我还尝试将UINavigationController子类化并使其符合
UISearchResultsUpdating
,并代理对UIViewController的更新。
浏览 7
提问于2015-06-09
得票数 0
回答已采纳
1
回答
Swift:类型'
ViewController
‘
不符合
协议
'UIPageViewControllerDataSource’
、
、
、
、
我已经设法解决了大多数问题,除了在实现UIPageViewControllerDataSource
协议
时的
协议
一致性问题。有人能帮个忙吗?, var index = (
viewControl
浏览 1
提问于2014-09-14
得票数 8
回答已采纳
3
回答
( numberOfRowsInSection )‘类型'
ViewController
’
不符合
协议
'UITableViewDataSource‘
、
、
类型'
ViewController
‘
不符合
协议
'UITableViewDataSource’。是否要添加
协议
存根?如何解决这个问题?
浏览 0
提问于2019-08-25
得票数 0
4
回答
类型“
ViewController
”
不符合
协议
“UICollectionViewDataSource”
、
、
但是,在实现UICollectionViewDatsaSource时,我收到一个错误,指出
ViewController
不符合
UICollectionViewDataSource
协议
。class
ViewController
: UIViewController, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout
浏览 0
提问于2014-09-27
得票数 15
1
回答
ViewController
不符合
协议
'JTAppleCalendarViewDataSource‘
、
、
我正在尝试实现configureCalendar函数,它是
协议
JTAppleCalendarViewDataSource中唯一的函数。JTAppleCalendarView) -> (startDate: NSDate, endDate: NSDate, numberOfRows: Int, calendar: NSCalendar)' 为什么我
不符合
协议
浏览 8
提问于2017-04-23
得票数 1
2
回答
Swift -目标C-“控制器”
不符合
JBBarChartViewDelegate
协议
、
、
我正在尝试在我的
ViewController
中的一个Swift应用程序中使用JawBone/JBChartView图表:...我已经实现了符合
协议
的方法: override func heightForBarViewAtIndex (bc: JBBarChartViewCGFloat)barChartView:(JBBarChartView *)barChartView heightForBar
浏览 1
提问于2014-09-29
得票数 2
回答已采纳
1
回答
ViewController
不符合
Swift
协议
、
它一直告诉我,“
ViewController
”
不符合
“侧代理”
协议
。我对编程还不熟悉,如果这是模糊的话,很抱歉。任何事都会有帮助的,谢谢!import UIKit class
ViewController
: UIViewController, SideBarDelegate { -----This is where
浏览 1
提问于2014-10-15
得票数 3
回答已采纳
3
回答
如何使UITableViewController符合
协议
UISearchResultsUpdating
?
、
、
我增加了以下代表:"Type 'CustomTableViewController' does not conform to protocol
UISearchResultsUpdating
" 为了使控制器符合
协议
浏览 9
提问于2015-02-15
得票数 6
回答已采纳
1
回答
ViewController
不符合
UITableViewDataSource
协议
、
、
、
、
class
ViewController
2: UIViewController, UITableViewDataSource, UITableViewDelegate { @IBOutlet
浏览 2
提问于2016-06-30
得票数 1
回答已采纳
5
回答
如何遵守CBCentralManagerDelegate
协议
?
、
、
这是我代码的一部分: var myCentralManager{ 我收到一个错误:
协议
所需的唯一方法是我添加的centralManagerDidUpda
浏览 8
提问于2015-01-25
得票数 6
回答已采纳
2
回答
ViewController
不符合
协议
'GIDSignInDelegate‘
、
、
、
我在我的
ViewController
上添加了GIDSignInDelegate,并添加了功能: sign(_ signIn: GIDSignIn!但是Xcode仍然在抱怨
协议
。请参阅
浏览 0
提问于2017-06-13
得票数 0
1
回答
ViewController
不符合
MSBandClientManagerDelegate
协议
class
ViewController
: UIViewController, UITableViewDelegate, UIImagePickerControllerDelegate, UINavigationControllerDelegate编辑:这是目标C的
协议
- (void)clientManager:(MSBClientManager *)clientManager
浏览 2
提问于2015-03-30
得票数 1
回答已采纳
1
回答
类型'
ViewController
‘
不符合
协议
、
、
、
我一直收到一个错误:键入 class
ViewController
: UIViewController
浏览 2
提问于2017-07-30
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
微软更新服务协议“断供中国”?微软:不符合事实
英国竞争和市场管理局(CMA)表示,微软和法国初创公司Mistral AI的协议不符合调查条件。
优酷iOS插件化页面架构方案
继承和面向接口
iOS架构思想——继承和面向接口
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券