ChrisXu/CXPhotoBrowser

Suggestion for delegate

kinwahlai opened this issue · 1 comments

Isn't it CXPhotoBrowserDelegate a better place for these 2 methods?

  • (CXBrowserNavBarView *)browserNavigationBarViewOfOfPhotoBrowser:(CXPhotoBrowser *)photoBrowser withSize:(CGSize)size;
  • (CXBrowserToolBarView *)browserToolBarViewOfPhotoBrowser:(CXPhotoBrowser *)photoBrowser withSize:(CGSize)size;

kinwah

At first, I didn't design it to support default navigationBar and toolBar. Even I still did in part of it. I thought it is powerful, because almost everything you could override and redesign.

But I will consider your suggestion and review the code.

Thank you for your opinion.