-
hi,
can i set my custom row click event?
i try to set the tableview 'didSelectRowAtIndexPath' delegate,
then all xlform row's click event is can't work.
how can i to do these ?
thanks very much:)
-
You kinda sorta implemented my MARK suggestion. For the ones that go above an extension, I think it's important to have the trailing - as well. If you just do a leading dash, it really looks no dif…
-
This will be kind of a pain in the neck. If a `VOKFetchedResultsDataSource` subclass tries to add a "no results" cell (by returning 1 for the cell count, and a cell object for it), the app will crash …
-
I am trying to add custom section headers to tableView
My class
``` swift
class ViewController: SLKTextViewController, UITableViewDelegate, UITableViewDataSource {
// code
}
```
``` swift
overrid…
-
```
What steps will reproduce the problem?
1. Implement bar chart
2. Setup legend, delegates and datasource
3. Implement legendTitleForBarPlot:
What is the expected output? What do you see instead?
…
-
Hi there! Great work! However, I keep running into an issue when I use your lib in my swift project. I was hoping you can help?
__ERROR
/.../FoodStoryVC.swift:11:1: Type 'FStoryVC' does not conform t…
ghost updated
9 years ago
-
I have a controller that inherits `AMSlideMenuLeftTableViewController` like this:
``` Objective-C
@interface YWMainTableViewController : AMSlideMenuLeftTableViewController
```
When sending a web …
-
```
What steps will reproduce the problem?
1. Implement bar chart
2. Setup legend, delegates and datasource
3. Implement legendTitleForBarPlot:
What is the expected output? What do you see instead?
…
-
```
What steps will reproduce the problem?
1. Implement bar chart
2. Setup legend, delegates and datasource
3. Implement legendTitleForBarPlot:
What is the expected output? What do you see instead?
…
-
``` swift
import UIKit
class ViewController: UIViewController, UITableViewDataSource, UITableViewDelegate {
var frc : CoreDataFetchedResultsController?
@IBOutlet var tableView: UITableView…