Xcode: Storyboard change presentations [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
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

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

how can I make a view like this [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
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

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.

Tab Bar Controller - Adding more Items in tab bar looks messy [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
I am developing an application which has more than five tab bar items. while running application it looks so messy.
Can anyone suggest me what should I do?
image
This is the screenshot. In this image for now I have added only 4 items but I am going to add more items. Please help me.
Thank You
You can use some custom Tabbarcontrollers.
Please check below link. There are some of the controls with more tab items and scrolling.
https://www.cocoacontrols.com/search?q=tabbar

How to create full screen camera interface without toolbar? [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
I've been looking around the internet for ages now and I can't seem to find my answer anywhere! Basically, I want to create a full screen camera interface similar to SnapChat. I don't want the bottom toolbar as I want to be creating my own "Snap" buttons.
I found a few things but the references are like five years old now.
I found the answer to my question - most answers of the internet pointed me to using UIImagePickerController - instead I used AVFoundation. Found a great little tutorial here:
https://www.invasivecode.com/weblog/a-very-cool-custom-video-camera-with/

Resources