Xuan
Xuan
I'm actually trying to use ChartsRealm. However when doing so, like in a realm query to `SomeObject`, the API cannot take `Results`, as it's not possible to convert to `Results`,...
I have lots of cells out side of the screen, and while dragging, when I drag one cell to the bottom of the screen, the UICollectionView cannot scroll slowly to...
Does it support horizontal scroll collection view?
I created rootVC inherit from REFrostedViewController and did the initialization in awakeFromNib, just like the demo. Now In my SideBar view controller, I would like to jump to another View...
Hello there, Great work! Just wonder is it possible to search certain keywords via CLI? Don't see in README. Thank in advance.
What a nice project! I was trying the Youtube + cycript demo on iPhone 7, but when I was running the app, for example, the youtube home page, and when...
Cannot run on ruby-2.7.0 with github-changelog-generator 1.15.2: ``` Traceback (most recent call last): 23: from /Users/xuanliu/.rvm/gems/ruby-2.7.0/bin/ruby_executable_hooks:24:in `' 22: from /Users/xuanliu/.rvm/gems/ruby-2.7.0/bin/ruby_executable_hooks:24:in `eval' 21: from /Users/xuanliu/.rvm/gems/ruby-2.7.0/bin/github_changelog_generator:23:in `' 20: from /Users/xuanliu/.rvm/gems/ruby-2.7.0/bin/github_changelog_generator:23:in `load' 19:...
I'm trying to link a static library which needs xml2, libz, CFNetwork, UIKit, and MobileCoreServices with my tweak. My Makefile looks like ``` ARCHS = arm64 TARGET = iphone::latest include...
Asking for support of nesting custom_categories: For example: ``` yaml custom_categories: - name: Classes children: - name: Bar Type children: - RealmBarData - RealmBarDataSet - name: Protocols children: - name:...
one question, it seems like custom_categories does not support reg expression? Let's say I have many classes with some prefix: some starts with Line, some starts with Bars: BarChartView.swift, BarChartData.swift,...