AdvancediOS icon indicating copy to clipboard operation
AdvancediOS copied to clipboard

An iOS example project demonstrating advanced concepts

Results 18 AdvancediOS issues
Sort by recently updated
recently updated
newest added

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [excon](https://github.com/excon/excon) from 0.66.0 to 0.71.0. Changelog *Sourced from [excon's changelog](https://github.com/excon/excon/blob/master/changelog.txt).* > 0.71.0 2019-12-12 > ================= > > fix for leftover data with interrupted persistent connections > > 0.70.0 2019-12-02...

dependencies

2.2.0 added support for relative paths on include which should clean up the spec files significantly by allowing us to move each target’s spec file into its folder. Also investigate...

enhancement

Protocols, protocol extensions, classes, structs, enums, etc. should all have consistent rules around new lines at the top and bottom of the implementation. The linter should enforce this rule.

enhancement

If it should, we likely want to keep track of whether or not it has changed to prevent SwiftGen from running when it doesn't need to. I imagine the generation...

question

[IGListKit](https://github.com/Instagram/IGListKit)? [MagazineLayout](https://github.com/airbnb/MagazineLayout)? Maybe keep a single stack view using [AloeStackView](https://github.com/airbnb/AloeStackView)?

enhancement

The CI process should include incrementing the build number before generating a new build (which would be uploaded to an ad hoc service like HockeyApp, and optionally to TestFlight as...

question

Replace most (all?) instances of ‘fatalError()’ with errors and review all ‘NoError’ signals to see if they should be erroring.

bug
enhancement

[SwiftRouter](https://github.com/skyline75489/SwiftRouter)? Review [John Sundell's article about navigation](https://www.swiftbysundell.com/posts/navigation-in-swift) and [Automatic's Routing](https://github.com/n8chur/Routing) for inspiration.

enhancement