Skip to content

issues Search Results · repo:AckeeCZ/ACKategories language:Swift

Filter by

11 results
 (58 ms)

11 results

inAckeeCZ/ACKategories (press backspace or delete to remove)

It is a while since Xcode supports multiplatform targets. This way we can merge ACKategoriesCore and ACKategories-iOS targets in Carthage project to make development a bit easier. This way we can also ...
enhancement
  • olejnjak
  • Opened 
    on Nov 8, 2023
  • #139

Currently we should be able to use the latest Xcode and we should also be able to reenable (disabled by #106) building Carthage artifact as XCFramework.
  • olejnjak
  • Opened 
    on Oct 26, 2021
  • #108

As GradientView is by design not user interactive, it should have isUserInteractionEnabled = false. Add it to init as default. https://github.com/AckeeCZ/ACKategories/blob/8878b6cfffea23a1b7a4cbd0dbd0eb9771cecee9/ACKategories-iOS/GradientView.swift#L31 ...
enhancement
stale
  • olejnjak
  • 1
  • Opened 
    on Nov 3, 2020
  • #93

As TableHeaderFooterView inherits from UIView and not UITableViewHeaderFooterView, its readableContentGuide behaves differently from UITableViewCells. It should definitely inherit from UITableViewHeaderFooterView ...
bug
  • olejnjak
  • 1
  • Opened 
    on Aug 21, 2020
  • #91

On iOS 12 and lower, it is not supported to encode primitive values (such as String, Int or Codable objects that encode to single value using singleValueContainer) using JSONEncoder, this means that referenced ...
bug
  • olejnjak
  • Opened 
    on Jul 25, 2020
  • #89

Right now our view.safeArea property works on all systems, when using deployment target iOS 11+, it is not necessary and we should probably prefer the native safeAreaLayoutGuide. So adding @available(iOS, ...
enhancement
  • olejnjak
  • Opened 
    on Dec 8, 2019
  • #62

When changing dark mode settings, our uiImage.color() extension doesn t respect that - return image.withTintColor(color) on iOS 13 to address that. https://github.com/AckeeCZ/ACKategories/blob/1bc672b0c2b28fb635bb5a972e86f3615707c5de/ACKategories/UIColorExtensions.swift#L118 ...
  • olejnjak
  • 1
  • Opened 
    on Nov 29, 2019
  • #58

So we can use it natively instead of our hack 🎉 https://github.com/AckeeCZ/ACKategories/blob/1bc672b0c2b28fb635bb5a972e86f3615707c5de/ACKategories/UISearchBarExtensions.swift#L5
  • olejnjak
  • 3
  • Opened 
    on Nov 29, 2019
  • #57

As iOS 13 modals are not fullscreen and they can be closed by dragging, it would be necessary to check our logic of FlowCoordinators and then update them so especially flow coordinators that have a modally ...
  • olejnjak
  • Opened 
    on Oct 22, 2019
  • #54

It s possible to make UIColor from hex string, it would be useful to also have a method to make hex string from existing UIColor 🙏
enhancement
  • janmisar
  • 2
  • Opened 
    on Aug 9, 2019
  • #50
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub