-
# didSelectRowAt not being called
## What's Working right
I have a tableView in a ViewController, I'm fetching data from a database then once the data is finished loading I set the datasource for th…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version (SwiftLint 0.33.0)
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
similar to #2019 …
-
调用hbd_setNeedsUpdateNavigationBar的时候,hbd_titleTextAttributes不会实时发生变化。
查看源码后发现**updateNavigationBarForViewController**方法中**updateNavigationBarTinitColorForViewController**针对iOS15及以上版本更新了**scrollEdge…
-
Swift Style Guide (by 스타일쉐어) **난이도 하**
=================
![Swift](https://img.shields.io/badge/Swift-4.2-orange.svg)
## 목차
- [코드 레이아웃](#코드-레이아웃)
- [들여쓰기 및 띄어쓰기](#들여쓰기-및-띄어쓰기)
- [줄바…
-
I saw a crash in an app of mine, reported via Firebase, in the implementation of `tableView(_:trailingSwipeActionsConfigurationForRowAt:)`.
Affected OS versions: iOS 14.4.1, iOS 14.4.2, iOS 14.5.1,…
-
Whenever I try to use `@WeakLazyInjected` property wrapper I always get the error "Generic parameter 'Service' could not be inferred"
Example:
`register { TableDelegate() }`
```
class ViewCo…
-
### Description
In our app, we display the SkeletonViews while waiting for remote data to be available. Once received, we hide skeleton and call `reloadData()`
In addition, we're implementing UI…
-
Using Xcode Version 7.0.1 (7A1001)
Parse Version 1.8.5
Receiving the following message when trying to load an image using PFFIle:
```
App Transport Security has blocked a cleartext HTTP (http://…
-
# 10/18(月)
## やったこと(時間)
- バスアプリレイアウト作成(オートリサイジング、オートレイアウト)(1h)
## 次やること
UI部品の配置、ビュー、シーンの作成
## 困っていること
どのような手順で他の人はアプリの画面を作成しているのか気になる
-
Currently Succinct calls this handler when `tapCell` is called.
```
tableView.selectRow(at: indexPath, animated: false, scrollPosition: .none)
```
However, if you have implemented the older st…