Quantcast
Channel: Defining 'UITableViewCell' variable in Swift 2.0 - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Michaël Azevedo for Defining 'UITableViewCell' variable in Swift 2.0

$
0
0

According to Apple docs, dequeReusableCellWithIdentifier returns an optional value :

 func dequeueReusableCellWithIdentifier(_ identifier: String) -> UITableViewCell?

But in your code, you explicitly unwrap this value because your cell object is an UITableViewCell object.

You should use - dequeueReusableCellWithIdentifier:forIndexPath: : its return value is not optional thus you don't have to unwrap your cell.


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>