-
### What did you do?
I am having a custom Datasource Class which is implementing TableView delegate and datasource methods. I simply assign that class as delegate and datasource to my table view …
-
⚠️ Please fill out this template when filing an issue.
#### 🙏🏼 *Please check if it already exists other issue related with yours.*
### What did you do?
`import UIKit
import SkeletonView
…
-
### Description
```
struct List_Introspect_View: View {
let url = "https://images.pexels.com/photos/4066041/pexels-photo-4066041.jpeg?auto=compress&cs=tinysrgb&w=1600"
let ta…
-
### Description
When the fpc contentViewController has scrollView, i can't dismiss it by drag the content.
It's now only can drag the grabberHandle area to dismiss.
### Expected behavior
When sc…
-
Feature request: access Foundation types, standard library types, and even third party package types within stencils. This would make it a lot easier to generate boilerplate extensions. My current wor…
-
Hi,
I'm pretty sure you're using pragma marks a lot.
I'm curious what's your best practise to structure code then.
Here's an example from us (@nxtbgthng):
We usually structure our implementation f…
-
Hi @kvyatkovskys
i am trying to load more than 500 events on listview . but it is taking time to show on UI Side .
is there any way by which we can make it in chunks or like lazy loading of ev…
-
### I have an array of countries lists that I show in my table view now I want to select those countries in which the first letter is A/B/C... etc. when I select those rows containing the first letter…
-
```
애플 프레임워크가 위에 👆
서드파티는 아래에 👇🏻
200라인이 넘어간다면 파일 분리를 고려해주세요.
ViewController.UITableViewDelegate.swift
ViewController.UITableViewDataSource.swift
```
```
import Foundation
…
-
Currently, extension blocks from the source code appear in the APIView. The "extension Foo" line is not commentable, and how to represent this is tricky. There's not a good way to create a determinist…