ios - Xcode 6 is telling me that UIViewController doesn't have a member named reloadData() -
मेरे पास एक दृश्य नियंत्रक है जो कि हाल ही में Xcode को अपडेट करने के बाद, मुझे अब निम्न त्रुटि मिल रही है: '(UICollectionView, numberOfItemsInSection: Int) - & gt; निम्नलिखित कोड ( एप्पल के स्वयं के अनुसार धन्यवाद ऐसा इसलिए है क्योंकि self.colectionView वैकल्पिक प्रकार है (UICollectionView?) ताकि आपको इसे खोलना होगा: UICollectionViewController ,
UICollectionViewDataSource है, और
UICollectionViewDelegate ।
-didCompleteForecast: एक कॉलबैक विधि है) पर 'पुनः लोड' नाम वाले सदस्य का पुनः लोड किया गया नाम 'पुनः लोडडेटा' नहीं है:
func didCompleteForecast () {// सामान println ("डेटा वापस मिला") dispatch_async (dispatch_get_main_queue ()) {self.collectionView.reloadData ()}
self.collectionView! .reloadData ()
Comments
Post a Comment