Posts

Post marked as unsolved
74 Views

using swift inside a old objc application

hi, is it good use swift inside a objc application without rewrite all (the app is very big and complex)
Asked
Last updated .
Post marked as unsolved
109 Views

uinavigator ios >14.x

hi i have issue with UINavigatorBar, with ios14.2 or higher the margin of left and right itembutton are 0 instead of other version
Asked
Last updated .
Post marked as unsolved
93 Views

classes deprecations

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
Asked
Last updated .
Post marked as unsolved
34 Views

UIPopover Deprecated

how many times i have to solve the uipopover deprecation in a big project?
Asked
Last updated .
Post marked as unsolved
127 Views

xcode build failed sometimes

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.
Asked
Last updated .
Post marked as unsolved
177 Views

error NSURLErrorFailingURLPeerTrustErrorKey

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=(
Asked
Last updated .
Post marked as unsolved
167 Views

2 app on store

hi, is it possible have the same app with 2 names in appstore and different icons and splash screen?
Asked
Last updated .
Post marked as unsolved
267 Views

check if app go background

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
Asked
Last updated .
Post marked as unsolved
133 Views

error sumup framework link

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
Asked
Last updated .
Post marked as unsolved
451 Views

settings of app not scroll with keyboard

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
Asked
Last updated .
Post marked as unsolved
227 Views

UIModalPresentationFormSheet ios13 background

hi is it possible have background dark like ios12 when i show UIModalPresentationFormSheet?
Asked
Last updated .
Post marked as unsolved
550 Views

ios13 keyboard over screen and no scroll

hi why with ios13 my settings bundle if i enter inside a textfield the keyboard are over the screen and there's no scroll?
Asked
Last updated .
Post marked as unsolved
173 Views

uipopover smaller than ios12

hi why uipopover view are smaller than ios12, the arrow is different
Asked
Last updated .
Post marked as unsolved
285 Views

ios13 beta4 settings password fields not work

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?
Asked
Last updated .
Post marked as unsolved
12k Views

viewWillAppear and modalview

hi, with ios13 when i call dismiss of modalview not call viewWillAppear on bottom view, why? with ios12 works
Asked
Last updated .