Roman Gardukevich

Results 19 issues of Roman Gardukevich

Before .xcassets era, it was popular to use suffixes `~iphone` and `~ipad` to specify resources per device ([Device-Specific Resources](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/LoadingResources/Introduction/Introduction.html#//apple_ref/doc/uid/10000051i-CH1-SW2)). Nowadays, in iOS 12 this method practically is usable for splitting...

type: enhancement

There are no way to visualize CIImage by chisel but it exists in xcode by quicklook command. Can we add this, please?

enhancement

Currently the list of shortcuts is very poor. We need to improve list and this issue can be a start point for it. Current list: - **UIViewController** - Push View...

enhancement
ready

1. Open `ALPHA` menu and select `Heap` plugin; 2. Input text `alpha` for search field; 3. Select any object you want (`ALPHAApplicationDelegate` for example as a first result in list);...

bug
ready

The `Live objects` shortcut work only. All others needs to get some functional.

bug

An idea for future plugin is to show a list of images inside .car file (compiled Assets Catalog).

feature

Ability to trace some classes would be great part of `ALPHA`. We can integrate [Xtrace](https://github.com/johnno1962/Xtrace) library to bring this functionality for `ALPHA`.

feature

`Alpha Warning: Some requests' timestamps may be inaccurate. See Known Issues in the README for more information.` What is this about? We have no `Known Issues` section in README so...

bug

Nowadays we can change theme by manual call ``` objective-c [ALPHAManager defaultManager].theme = [ALPHAGreenSeaColorPalette defaultPalette].paletteTheme; ``` We need settings for ALPHA or something like that to change theme/palette.

feature

* Adding `switflint` rule to generate warnings (errors on CI) for missing documentation symbols ## Pull request checklist: - [ ] Write tests for all new functionality. If tests were...