You can try, for example, the following approach:
1) Create an image that will represent your border (for example: one dot and a space)
2) Add an image to the project.
3) Set the border (as in the code of your question) and set the color with the picture:
[self.textFieldCardTitle.layer setBorderWidth:6.0];
[self.textFieldCardTitle.layer setBorderColor:[[UIColor colorWithPatternImage:[UIImage imageNamed:@"dashed_white.png"]] CGColor]];
(, , , ), : , , . .