It would be very convinient to have a possiblility to delclare an optional View, for example:
[InjectOptionalView(Resource.Id.view_id)]
private View _lastLogView;
One of the cases where it is needed is when you have an alternative layout for tablets. Some views on tablet version may not exist and right now Cheeseknife.Inject(this) throws an exception.
It would be very convinient to have a possiblility to delclare an optional View, for example:
One of the cases where it is needed is when you have an alternative layout for tablets. Some views on tablet version may not exist and right now Cheeseknife.Inject(this) throws an exception.