github https://github.com/forkingdog/FDStackView 使用方法 Podfile platform :ios, '7.0'pod "FDStackView", "1.0" pod install --verbose --no-repo-update 导入即可... ...
分类:
移动开发 时间:
2016-05-16 19:53:05
阅读次数:
274
NO0 引入库 platform :ios, '7.0'use_frameworks!target 'MGuardian' do pod 'ECSlidingViewController', '~> 2.0.3'end 侧滑动画见附件 NO1 纯代码 #import "MEAppDelegate.h... ...
分类:
其他好文 时间:
2016-05-16 17:40:04
阅读次数:
215
搭建安卓sdk。创建 hello world 程序,运行,了解安卓系统框架。activity组件,intent在活动之间穿梭。生命活动周期。活动的启动模式。活动的最佳实践。 附上我写的一个小程序 实现两个activity之间的切换源码: 实现效果不方便上传。(现在电脑在运行虚拟机里面的centos) ...
分类:
其他好文 时间:
2016-05-14 01:01:38
阅读次数:
138
podinstall--verbose--no-repo-update
分类:
移动开发 时间:
2016-05-13 05:13:46
阅读次数:
167
源代码1:
public class Java15 {
public static void main(String[] args) {
String s1="疯狂java";
String s2="疯狂"+"java";
System.out.println(s1==s2);
String str1="疯狂";...
分类:
其他好文 时间:
2016-05-12 20:22:05
阅读次数:
146
前因
因为项目里,需要一个图表控件。项目的图表部分不是重点,没必要花费大量时间自己去写一个,所以去找第三方的图表。 安卓使用的是一个功能比较强大的第三方MPAndroidChart。ios里没有功能这么全面的,最后我找到了这个。
danielgindi/Charts
Beautiful charts for iOS/tvOS/OSX!
The Apple side of the cros...
分类:
其他好文 时间:
2016-05-12 19:15:31
阅读次数:
2045
最近把以前代码放到新电脑上运行,在执行pod update之后build工程遇到如下提示:
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfi...
分类:
其他好文 时间:
2016-05-12 17:28:22
阅读次数:
136
https://developers.google.com/maps/documentation/ios-sdk/
1.
Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.1'
pod 'GoogleMaps'
2.
使用 iOS 9 和 Xcode 7 时,应用必...
分类:
其他好文 时间:
2016-05-12 16:50:05
阅读次数:
221
RubertdeMacBook-Pro:SubwayInspection Rubert$ pod install Analyzing dependencies [!] The dependency `BaiduMapKit` is not used in any concrete target. ...
分类:
其他好文 时间:
2016-05-11 16:43:29
阅读次数:
199