-
I wish to implement:
```swift
func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath) {
```
However I cannot do so since `LUExpa…
-
https://github.com/ninonanoni2038/Ito/blob/e012fb00bb2073024d66df918d48be287f7ce8e6/Ito/AddFriendViewController.swift#L13
- classは継承しないものなら`final class`にした方がいいかも。
- classに対して、継承しているものは、基本的に、extens…
tosh7 updated
4 years ago
-
If I do simple tap on cell, didSelect/willSelect rowAtIndexPath in UITableViewDelegate not called. Only after long press on cell didSelect/willSelect was called
-
I'm embedded STCollapseTableView to a view controller to send it as modal to super view controller. But some thing wrong happens at: STCollapseTableView.h from line 95
- (void)setDelegate:(id)newDeleg…
-
#### Description
Summary:
========
Following code could result in a crash on iOS 11:
```
@property NSTableView *tableView;
@property NSMutableArray *dataSourceArray;
- (CGFloat)tableView:(U…
-
I have tested BLKFlexibleHeightBar in my project, but it just show no effect.
And i could not find the reason. Could anyone help me? Many thanks!!
my test project repo:
https://github.com/gantoday/B…
-
2주차 미션에서 테이블 뷰로 특정 셀을 선택하면 그 바로 이전에 클릭한 셀에 대한 정보가 나오는 오류가 있었다고 말씀드렸는데,
그 원인은 제가 UITableViewDelegate 에 대한 tableview 함수에서 파라미터로 'didSelectRowAt' 대신에 실수로 'didDeSelectRowAt' 을 사용한 것이었습니다. tableview 함수는 …
-
Hello i try to use this repo but this is not working in swift.
Gives an problem with the tableview.delegate downcast, has anyone solution for this problem?
Greetz
-
https://stackoverflow.com/questions/19802336/changing-font-size-for-uitableview-section-headers
https://developer.apple.com/documentation/uikit/uitableviewdelegate
Currently, it is not easy to dis…
-
Hi,
App crashes when i move back to previous view controller from the current view controller which is having stcollapsetableview if the section is expanded,
the issue created in the line
--> if (…