iDotnetFormatter 1.0× 测试测试过的✓ Lang语言 Objective C++Objective C++许可证 BSD 发布最后发布时间2014年12月由Alexander Dodatko维护。安装指南×iDotnetFormatter的安装指南您想将以下类似命令添加到Podfile中target 'MyApp' do pod 'iDotnetFormatter', '~> 1.0' end然后在您的终端或从CocoaPods.app中运行pod install或者为了进行测试运行,运行以下命令pod try iDotnetFormatter查看PodspecGitHub仓库CocoaPods.org上的页面iDotnetFormatter 1.0由Alexander Dodatkododikk/iDotnetFormatterGitHub仓库 一个工具类,用于格式化来自.NET web服务的字符串。许可证: BSD 例如 [ NSString stringWithDotNetFormat: @"Q{0} '{1}", @"a", @"b" ]; // Qa 'b [ NSString stringWithDotNetFormat: @"Q{1} '{0}", @"a", @"b" ]; // Qb 'a