Alex

Results 9 comments of Alex

It's true we've been crazy busy with work. I'll try to play w/ your code & give this issue a more proper read through this weekend!

Okay I played around with your code & I might need some more info here. Specifically, it seems like you're redeclaring `events` in the "EventsRepository", can you post another code...

Actually see my comment on this issue: https://github.com/benjaminsage/iPages/issues/19 It appears `State` data is not being properly passed into `iPages`. Will investigate why this is happening.

I have a feeling the same bug is causing both issues

Can you post a code block showcasing the bug? By "background" do you mean the `View` modifier `background`? Or do you mean creating full page background's as content inside of...

Could you elaborate a little bit more on this issue? Where is line 78?

Yeah this is a problem with iPages. This code doesn't work: ``` struct ContentView: View { @State var displayButton: Bool = false var body: some View { Toggle("Toggle Button", isOn:...

Hey great suggestion! I totally agree it would be great to have that as an option. Let me look into creating that. Assigning it to myself.

Never mind I figured this one out, please ignore.