Wasith 'Pi' Theerapattrathamrong
Wasith 'Pi' Theerapattrathamrong
macOS: 10.15.6 (19G2021) Xcode: 11.6 (11E708) Carthage: 0.35.0 `github "mRs-/HexColors" == 4.0.0` Using HexColors in both Swift and Objective-C ```shell Failed to read file or folder at project-path/Carthage/Build/iOS/HexColors.franework: Error Domain=NSCocoaErrorDomain...
- `UIViewController.children` -> `UIViewController.childViewControllers` - `UIViewController.addChild(_:)` -> `UIViewController.addChildViewController(_:)` - `UIViewController.didMove(toParent:)` -> `UIViewController.didMove(toParentViewController:)`
```ruby plugin 'cocoapods-binary' platform :ios, '9.0' use_frameworks! inhibit_all_warnings! all_binary! enable_bitcode_for_prebuilt_frameworks! target 'MyApp' do target 'MyTests' do inherit! :search_paths end end ``` After `bundle exec pod update` It shown ```shell [x]...
For example: This less-than sign image is use for back button. And designer want it to be size of 32x32 for the orange bounds that you can see. What should...
There are about 38 warning in `SwCrypt.swift` file. ``` 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead ```
to show how to write unit test or integration test with viper