Posts

Post not yet marked as solved
5 Replies
10k Views
Hey guys!I would like to use the file sharing option in combination with a Table View. But please note: I´m a beginner.So actualy my application is running flawless. It´s a small 2 page app that should show file sharing files (planned: PDF and some images like jpg, bmp or png). But now I'm on the spot. I can´t find a way to use my activated file sharing option in Xcode with my Table View. I found a few links, but these all handle Xcode 3 or lower.I claim that nobody is aware of Swift's scope and full options. Therefore, I would like to learn from your experience. What do you do when you have an idea? How and where do you searching? Meanwhile, I am looking the second day for a solution and I can´t find a conclusion. Whould you please help me? Thank you!
Posted
by Swifter84.
Last updated
.
Post not yet marked as solved
4 Replies
6.3k Views
Hello,I am looking for a solution to center my pictures in the ZStack. This on both the x and y axes. I want the image to fit into the stack, adjust to the width and just be displayed completely in the middle. What does not fit should be "cut off". ".aspectRatio (contentMode: .fill)" does not help me. ".stretch" adapts it to the width, but squeezes it into the display. Thank you for your help.Greetings.
Posted
by Swifter84.
Last updated
.