I have created custom navigation controller,
I want to be added, a date at the left, a back button on the right and the title next to back button.
I tried to
You can also achieve this from Interface Builder
Interface Builder
1. First add a UIView which will look like following
UIView
2. Then add a UILabel inside the UIView which will look like following
UILabel
3. In the Center It will look like following
Now add necessary constraint to meet your requirement.