Closed
Bug 1152885
Opened 10 years ago
Closed 10 years ago
Refactor TwoLine*View(Cell) classes to make them Swift 1.2 compatible
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Assigned: bnicholson)
References
Details
Because the way TwoLineCell's initializers are organized, it is difficult to do a quick fix for Swift 1.2.
The following classes need an update:
* TwoLineTableViewCell
* TwoLineCollectionViewCell
* TwoLineHeaderFooterView
I think they all suffer from similar problems around initializers.
Updated•10 years ago
|
Updated•10 years ago
|
Assignee: nobody → bnicholson
Status: NEW → ASSIGNED
Comment 1•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•