Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I don’t think you could do this with a
UIProgressBar
but it would be trivial to create your own control that had a Floatvalue
property that ranged from 0 to 1 and drew a colored bar based on the value.Good afternoon
I had exactly the same question, I solved it by creating several identical vii
I created for example 7 different views with indents from each other, that’s what happened