Aliaksandr (Alex) Yalchyk
Aliaksandr (Alex) Yalchyk
Add at presented VC something like : - (instancetype)initWithCoder:(NSCoder *)aDecoder { self = [super initWithCoder:aDecoder]; if (self) { self.modalPresentationStyle = UIModalPresentationOverFullScreen; self.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; } return self; }
**Added appcenter-post-clone.sh** ``` npm i -D webpack@latest npm install -g appcenter-cli npm config delete prefix ``` **AppCenter logs:** ``` [7/8] Compiling Swift Module 'Runner' (6 sources) [8/8] Linking ./.build/x86_64-apple-macosx/debug/danger-swift /usr/local/lib/node_modules/danger/node_modules/ky/umd.js:59...
I update it in appcenter-post-clone.sh ``` # please specify required Node.js version NODE_VERSION=12.8.0 # workaround to override the v8 alias npm config delete prefix . ~/.bashrc nvm install "$NODE_VERSION" nvm...