DBProfileViewController icon indicating copy to clipboard operation
DBProfileViewController copied to clipboard

Can't find DBProfileDetailsView in new update

Open Jackson0111 opened this issue 9 years ago • 4 comments

I just did a pod update, and tried to update my code afterwards. However, it seems like I can't find DBProfileDetailsView class. I noticed that in the updated example code, this is changed to DBUserProfileDetailsView, I couldn't find that one either.

screen shot 2016-04-29 at 4 22 20 am

screen shot 2016-04-29 at 4 23 21 am

Jackson0111 avatar Apr 29 '16 08:04 Jackson0111

The detailView was always intended to be an optional view similar to a tableHeaderView of UITableView. The library assumes that if you want to use a detailView that you will provide your own implementation.

I removed the detailView from the library since as of version 2.0.0 DBProfileViewController supported both using and not using a detailView.

Sorry I keep making so many minor changes but I really do believe this library is getting better! :)

I am using this library in an app I am currently working on, so a lot of minor changes that will appear in updates are a result of bug fixes and design flaws I find while working with it.

devonboyer avatar Apr 29 '16 17:04 devonboyer

Hi! Sorry it took so long to respond, I've been very busy these days. I believe it is getting better! But the only question I had was I could not find DBProfileDetailView class that was in the sample code. I did pod update then tried to create my own detailView which subclasses DBProfileDetailView but couldn't find that class.

Jackson0111 avatar May 08 '16 10:05 Jackson0111

DBProfileDetailView is a class created for the Example project to demonstrate how to use the detailView.

DBProfileDetailView is not part of the library.

devonboyer avatar May 08 '16 16:05 devonboyer

Oh!! I see! The name just sounded like a class in the library haha. Thanks for the clarification.

Jackson0111 avatar May 08 '16 23:05 Jackson0111