Hi everyone!!!
I need to include some frameworks in my app for debugging it in preproduction environments, but i don't want that these frameworks appear on release configuration.
I don't want create a separate target. If i don't use cocoapods nor carthage nor SPM, Could i reach it?
Please, if there are some steps to reproduce, be clear on.
Thanks for all community!!!
Post
Replies
Boosts
Views
Activity
UISwitch is not accessible, it's marked by the accessible inspector like it hasn't got the minimum 44x44 size. (It has 51x31)
How can i resize switch to make it accessible?
Note: A transform not are going fix it
Thanks for all.
Good day!
I'm looking for a predirective that allows to exclude files to be built for an iPhone and the same for an iPad.
But i'm figure out that the same iPA it's delivered for both systems. I believed that with the amount of marketing done for iPadOS this would been changed and already we would having an @available(iPadOS xx, *) or something like that also limit the use of some code for some devices.
This develop it's for a medium term not for today.
At that point we're obliged to generate a separated target or flood the code with ifs checking the current device user interface to swap between views, features or logic to increase the user experience.
The question is, are you going to create something that allows to developers make this in a simple better way? Could be that a feature request? Could be distributed from simple build a different exe for iPad and iPhone without make an other scheme or target (decreasing the size of iPA for this device)?
Thanks for the support