-
Just note to self
-
- backgroundColorとか意味ない。
- 意外と手こずった
- 等間隔に表示するには便利だし積極的に使っていいと感じた。
- https://gist.github.com/KentarouKanno/29285df0bdf5b8b21078
- https://qiita.com/yucovin/items/ff58fcbd60ca81de77cb
```
c…
-
PR #87 breaks the ability to have OAStackView be a static framework (because it uses Swift), and consequently breaks iOS 7 compatibility.
OAStackView's own Examples project (Deployment Target = 7.1…
-
Apparently this line was left in
https://github.com/luispadron/UIEmptyState/blob/b0d6ca751a81880257719e198fffe198269ba302/src/UIEmptyState/UIEmptyStateView.swift#L256
Previously the background col…
-
**Describe the bug**
A very long poll of all Pokémon that is hidden under a CW slows the app down and crashes it occasionally when closed, and when the CW is opened it crashes 100% of the time includ…
-
#### Description
Summary:
I create a vertical stack view containing a label followed by a container view that embeds a UICollectionViewController. I then embed the label inside another stack view, se…
-
## ‼️ 문제의 배경
### Noel-Student-IKEA의 4번째 PR에 스누피의 코드리뷰 내용을 반영하려고 코드를 수정했습니다.
- `stackView`만 `lazy`로 선언하고 그 안에 요소들은 `let`으로 줘서 의미가 없다는 스누피의 의견!
원문 : https://github.com/SnoopClass/Noel-Student-IKEA/…
-
I added a playlist to the app. The only player who worked with my list is VLC but VLC doesn't support HLG (HDR). I tried to change to the Native player and it's not loading any stream. Any idea?
Ba…
-
The inline docs for `InputStackView` state
> A UIStackView that's intended for holding `InputItem`s
> ## Important Notes ##
> 1. Default alignment is .fill
> 2. Default distribution is .fill
>…
-
So I add the library in pod file and it's there in project but when I'm trying to use it I get the error.
import UIKit
class firstView: UIViewController {
@IBOutlet weak var stack_1: UI…