Posts

Post not yet marked as solved
1 Replies
299 Views
Hey I this list embedded in a scrollview with wasn't showing up, the only was it would show up is if I put a UIScreen on it. Is there a better way of doing this because I have a background underneath and the UIScreen is currently covering the background? List { ForEach( 0 ... 10, id: .self) { message in InboxRowView() } } .listStyle(PlainListStyle()) .frame(height: UIScreen.main.bounds.height - 120) Thanks
Posted
by CaityRose.
Last updated
.
Post not yet marked as solved
0 Replies
329 Views
Hey I'm struggling to get to use Custom fonts to work In Xcode 15, I have installed 3 fonts that I downloaded from googlefonts.. I'm new to Xcode and can't seem to get the coding right or may have done something wrong when installing them however, it isn't throwing an error code, it's just not showing the typeface. font(.custom("IslandMoments-Regular2", size: 60, relativeTo: .title)) (This is the code I have been using) Thanks, Caitlin
Posted
by CaityRose.
Last updated
.