Can't find DBProfileDetailsView in new update
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.


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.
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.
DBProfileDetailView is a class created for the Example project to demonstrate how to use the detailView.
DBProfileDetailView is not part of the library.
Oh!! I see! The name just sounded like a class in the library haha. Thanks for the clarification.