Post marked as unsolved
74
Views
hi, is it good use swift inside a objc application without rewrite all (the app is very big and complex)
Post marked as unsolved
109
Views
hi i have issue with UINavigatorBar, with ios14.2 or higher the margin of left and right itembutton are 0 instead of other version
Post marked as unsolved
93
Views
hi, i have a objc big project and now compiling i see:
'UIPopoverController' is deprecated: first deprecated in iOS 9.0
'UIAlertView' is deprecated: first deprecated in iOS 9.0
'sendSynchronousRequest:returningResponse:error:' is deprecated: first deprecated in iOS 9.0 -
how many times i have for solve all issues? over 1000 files in project
Post marked as unsolved
34
Views
how many times i have to solve the uipopover deprecation in a big project?
Post marked as unsolved
127
Views
xcode 11.7 with a objectc with many xib with last xcode give me many error 255 compile, run or build... and after clean and run many times some times works... what can i do?
Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255. The tool may have crashed. Please file a bug report at https://feedbackassistant.apple.com with the above output and attach any crash logs for ibtool, ibtoold, Xcode, and IBAgent created around the time of this failure. These logs can be found in ~/Library/Logs/DiagnosticReports or /Library/Logs/DiagnosticReports.
Post marked as unsolved
177
Views
hi i need to print to a fiscal ssl printer but i haven't ssl certificate on board, is it possible disable ssl check? i'm using xcode with objectc, i already added plist key for ignore
ERROR: Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “192.168.0.33” which could put your confidential information at risk." UserInfo={NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0x600003d91200>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, kCFStreamErrorDomainKey=3, kCFStreamErrorCodeKey=-9813, NSErrorPeerCertificateChainKey=(
Post marked as unsolved
167
Views
hi, is it possible have the same app with 2 names in appstore and different icons and splash screen?
Post marked as unsolved
267
Views
hi, is it possible detect if current uiview go in standby (for instance when you press home button or power button)? i need to disconnect a websocket before go in standby
Post marked as unsolved
133
Views
hi i have an issue linking sumup framework... if i run my objc ios application works on my ipad, if i run to simulator works, if i export archive for appstore or enterprise ipa compile give me error... what can i do?for work i need to use "Other Linker Flags" to -ObjC otherwise not work library
Post marked as unsolved
451
Views
hi with ios13, if i go to settings -> app settings and i edit many field when keyboard show up non scroll likes io12 for edit and show the fields
Post marked as unsolved
227
Views
hi is it possible have background dark like ios12 when i show UIModalPresentationFormSheet?
Post marked as unsolved
550
Views
hi why with ios13 my settings bundle if i enter inside a textfield the keyboard are over the screen and there's no scroll?
Post marked as unsolved
173
Views
hi why uipopover view are smaller than ios12, the arrow is different
Post marked as unsolved
285
Views
hi, with beta for ipad the textfield inside settings bundle doesn't work... the field is password and i can write but when i change focus will be empty... is it bug?
Post marked as unsolved
12k
Views
hi, with ios13 when i call dismiss of modalview not call viewWillAppear on bottom view, why? with ios12 works