superk

Results 6 issues of superk

#41 类似这个 Issue 但是还不完全一样 效果类似 UIStackView.distribution = .equalCentering 应用的场景是:当有3个tab,但是文字数量互不相等,比如分别是 3、4、5,希望中间的tab和导航栏标题能够中心对齐 目前仅仅设置 isItemSpacingAverageEnabled = true 的效果如下,无法满足这个需求

Using Gestalt 1.x, there are hundreds of files in my project have lines like this: ``` ThemeManager.default.apply(theme: Theme.self, to: self) { themeable, theme in ... } ``` But in 2.0.0,...

I have some very large network images. Each of them is about 50MB. After loading 20+ images, some old iPhone(1G memory) will receive memory warning, but not handled. App will...

When use this app on macOS Catalina, try to use two fingers to scroll screen on iPad, it's reversed too. It would be better if there is an option for...

bug

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and...

v8

```swift fileprivate func fetchLocallyTrackedObjects() { self.perform { // TODO: Could optimize this to only execute a single fetch request per entity. var objects: Set = [] for cp in self.changeProcessors...