Open GoogleCodeExporter opened 9 years ago
I would prefer not changing the binding name across the board. You should add a
prefix only in the specific
instance of the binding being called "binding".
Also, why don't you set:
NSString* format = @"bnd_%@";
instead of
NSString* format = [NSString stringWithCString: "bnd_%@"];
Original comment by hasse...@gmail.com
on 3 May 2010 at 11:52
You are right, I totally forgot about the normal initialization.
There would be another possibility to avoid change the binding name, by
renaming the variable names in the
templates. Let me get back to you regarding the amount of changes required.
Original comment by grundpri...@gmail.com
on 3 May 2010 at 11:57
Attachments:
Ok, I changed the member variable name form binding to binding_ and replaced
all occurrences.
See the attached patch.
Original comment by grundpri...@gmail.com
on 3 May 2010 at 12:10
Attachments:
Before we patch across the board, can you post the exact compile error(s) that
the code generates? Maybe
there's a more elegant solution.
Original comment by hasse...@gmail.com
on 3 May 2010 at 12:23
Original issue reported on code.google.com by
grundpri...@gmail.com
on 3 May 2010 at 11:26Attachments: