how can I make a view like this [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
This is a check-in view, when people clicked the check-in button and according to their check-in date, the progress on this line will proceed.
Can you guys give me some suggestions, I'm so confused by how to start layout.Using UIBezierpath or other cases of solutions.
And how to solve the massive UILabel like +5,Day1 to layout and make constrains.PS: I use Masonry to make constraints, but It's really massive.

You can do with UISlider, below are some examples
G8SliderStep
GCXSteppedSlider
StepSlider

Related

Swift Tabbar with a rounded hole in the middle [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am trying to achieve the following design in my app:
As you can see, the tabbar has a raised center button. However, this is not the only thing as there should be a real hole in the tabbar so that it is transparent there.
How can I create such a hole inside a tabbar? And then put a raised, round button in that hole?
I would gladly appreciate any help regarding my question.
Check this out. No hassle for you.
https://medium.com/#philipp307/draw-a-custom-ios-tabbar-shape-27d298a7f4fa

Xcode: Storyboard change presentations [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Evening, I'm playing with Xcode storyboard and stack views inside a cell.
I have several stack nested.
When I load the app the presentation looks fine, but when I press into a row of the TableView, something happens and and Image view change the size :)
I'm sure that there is some kind of problem with constraints and stacks, but I can't find it, could you help me?
here's the git: https://github.com/AndreaMiotto/TwentyFour
Here some pictures:
Add fixes, not all, but it's working and you can fix rest by yourself.
https://github.com/OMGHaveFun/TwentyFour

How to make backgroundimage move in Swift iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
For one of the viewcontrollers in my app, I would like a moving background image. How would I go about making this?
Just create another UIView, add the image inside it and add it as a subview below your view. Than simply animate the frame property of the image. Not sure if this is what you need, but your question is too brief, so is my answer.

Circular Map View in iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Trying to constrain a map view into a circle. Is there a way I can do some masking magic or something?
Any pointers or links are helpful.
You might want to try:
mapView.layer.cornerRadius = 999
mapView.clipsToBounds = true
Note: this will probably cover the legal notice in the bottom left corner which might result in your app being rejected from the store.

How to center items in login page? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
There are a few buttons, labels and text fields for username and password.
I was thinking it might have to do with one of the options in Attributes Inspector.
What can I do to make sure everything is aligned to center?
Use autolayout. Here's a good tutorial: http://www.raywenderlich.com/83129/beginning-auto-layout-tutorial-swift-part-1

Resources