简体   繁体   中英

A View and Scroll View inside a view

I am building a Calendar app. I have Navigation based app template. Navigation controller has segmented control having namely Daily and Weekly segments.

Upon clicking the segments i show the relevant View having status bar, navigation controller and bottom toolbar. This is working fine.

My daily view will have a top view and scrollView. Top view will have previous button, next button and date in label. When i add only scrollView inside my dailyView than it works fine, but upon adding top View it gives crash when i try to scroll the scrollView.

Please suggest is it possible? Else, what could be a better alternative? I even tried adding a second navigation bar (this time using the Interface Builder), button than i am not able to change the date in label. Please let me know if more clarity is required.

I see you have two questions:

Please suggest is it possible? Else, what could be a better alternative?

So I'll go ahead and answer those questions:

What you're trying to do is possible, so there's no need to look for an alternative.

However, I guess the real question is: "Why is it crashing?" and I certainly would answer that, but without crash logs and(/or) code it's nearly impossible to give you a usable answer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM