mooseDev
mooseDev
Hmm... Let me explain it again: Example Project: - Add 'Landscape Left/Right' to targets device orientation - ExampleViewContoller.swift : Add ' willTransitionToTraitCollection' and 'viewWillTransitionToSize' like mentioned above - StubContentViewController.swift: Add...
I tried to put a Button on the curl view but I got some problems: - Button is fullscreen after curl up - or button is not available... Can you...
yep I tried but as I mentioned: Button will overlay whole view or is not accessable at all... ``` UIButton *bt = [[UIButton alloc]initWithFrame:self.curlingView.superview.frame]; bt.backgroundColor = [UIColor yellowColor]; [self.curlingView.superview addSubview:bt];...
Thank you for your help. Here the result: - Many warnings like: -- `gcc -x objective-c -isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/ -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -Ofast -flto -fuse-linker-plugin -g -O2 -MT minerd-util.o -MD...
yes changed LDFLAGS in the make file like you mentioned but same errors
Attached a new log: [20171223-log.txt](https://github.com/limneos/MobileMiner/files/1583934/20171223-log.txt)