Giter Site home page Giter Site logo

sxnews's People

Contributors

13592857876 avatar bryant1410 avatar dsxniubility avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sxnews's Issues

install pods后有错误

CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target 81 - 网易新闻 to Pods/Target Support Files/Pods-81 - 网易新闻/Pods-81 - 网易新闻.release.xcconfig or include the Pods/Target Support Files/Pods-81 - 网易新闻/Pods-81 - 网易新闻.release.xcconfig in your build configuration.

[!] The 81 - 网易新闻 [Release] target overrides the OTHER_LDFLAGS build setting defined in Pods/Target Support Files/Pods-81 - 网易新闻/Pods-81 - 网易新闻.release.xcconfig'. This can lead to problems with the CocoaPods installation - Use the$(inherited)` flag, or
- Remove the build settings from the target.

你好

你好,大神 这个项目看起来还好 但能问一下吗?这个项目是做什么的吗?有性能数据指标的吗?

发现一处context提前释放导致的崩溃

PhotoSet/Page/SXPhotoSetPage.m中的mostColor实例方法,243行,取点像素那里。因为获取context的data之后,立马释放掉了context,导致获取到的data变为了""空串,导致接下来的for循环中取色crash

pod不行呀

sundy:SXNews-master sundy$ pod update
Update all pods
Re-creating CocoaPods due to major version update.
Updating local specs repositories
Analyzing dependencies
[!] The dependency ReactiveCocoa (= 2.5) is not used in any concrete target.
The dependency AFNetworking (= 2.5.4) is not used in any concrete target.
The dependency MJExtension (= 2.0.4) is not used in any concrete target.
The dependency MJRefresh (= 3.1.0) is not used in any concrete target.
The dependency SDWebImage (= 3.7.5) is not used in any concrete target.
The dependency FDFullscreenPopGesture (= 1.1) is not used in any concrete target.
The dependency UITableView+FDTemplateLayoutCell is not used in any concrete target.
sundy:SXNews-master sundy$ pod install
Re-creating CocoaPods due to major version update.
Analyzing dependencies
[!] The dependency ReactiveCocoa (= 2.5) is not used in any concrete target.
The dependency AFNetworking (= 2.5.4) is not used in any concrete target.
The dependency MJExtension (= 2.0.4) is not used in any concrete target.
The dependency MJRefresh (= 3.1.0) is not used in any concrete target.
The dependency SDWebImage (= 3.7.5) is not used in any concrete target.
The dependency FDFullscreenPopGesture (= 1.1) is not used in any concrete target.
The dependency UITableView+FDTemplateLayoutCell is not used in any concrete target.
sundy:SXNews-master sundy$

你好,向你请教一个问题

就是那个新闻页面上的 最顶部的 新闻头条中的 四个图片(我看网易的上面也是四个)循环轮播的那个怎么个实现,目前在你的项目中就是一个UIImageView,嗯 我知道是这是demo,仿, 因为我是个新手,刚入门,如果要做同样真实效果的那种网易的无限图片循环,在你的这个项目中该如何实现呢 谢谢!

点击webView中图片放大的效果

你好,我看到网易新闻的新闻详情页里面,点击图片可以放大图片,并且再点击一下图片就回到了原来的位置,请问你现在这个框架有这个功能吗?

关于程序闪退BUG

Hi,董铂然
你的程序在真机和模拟器上出现闪退现象
但在编译时并未报错,在数据加载过程中运行崩溃,疑似接口有误
请查验 : )

编译出错

为什么程序下载之后 连编译都通不过呢 ?

运行报错Diff

运行之后报错
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 Podfile.lock. Run 'pod install' or update your CocoaPods installation.
怎么调啊?

程序崩了

这个程序之前看的时候还好好的,今天下午打开时候不到一分钟 没有任何操作也自动崩溃。重新在github上面下载下来的也是。博主大大再运行下看看是不是也有这个问题

关于你的SDWebImageManager

@implementation SDWebImageManager

  • (id)sharedManager {
    static dispatch_once_t once;
    static id instance;
    dispatch_once(&once, ^{
    instance = [self new];
    });
    return instance;

    @dsxNiubility @ NSURLCache *cache = [NSURLCache sharedURLCache];

}
你在这里自己加的NSURLCache *cache = [NSURLCache sharedURLCache]; 有必要么

OCLint运行不了

OCLint运行不了 报错:Shell Script Invocation Error Group, Command /bin/sh failed with exit code 127 是什么原因

cocoapods error

博主,在cocoapods 1.0. ---beta 版,需要指定 target 为 "81 - 网易新闻", 你为什么不配置好呢?

注释太少了

我想研究下你的这个项目,但是注释有点少。

兄弟你好 请问个问题

  • (void)showInWebView
    {
    NSMutableString *html = [NSMutableString string];
    [html appendString:@""];
    [html appendString:@""];
    [html appendFormat:@"<link rel="stylesheet" href="%@">",[[NSBundle mainBundle] URLForResource:@"SXDetails.css" withExtension:nil]];
    [html appendString:@""];

    [html appendString:@""];
    [html appendString:[self touchBody]];
    [html appendString:@""];

    [html appendString:@""];

    [self.webView loadHTMLString:html baseURL:nil];
    }

我看了下,图文混排是webview去实现的,但是为什么不更直接点使用访问url的 方式呢?而是去拼接body内容去解释?为什么要这么做?

THX

it helps me a lot

导航侧滑

从无bar页面侧滑到有bar页面。有bar界面的bar紧贴着右边,而下面的视图控制器确是从中间开始的。查看了下内部的方法,找不准是哪个方法,你有办法解决么。

Application windows are expected to have a root view controller at the end of application launch

升级xcode7后运行的时候就提示Application windows are expected to have a root view controller at the end of application launch. 在ios9+以上真机run导致闪退。

解决办法:在didFinishLaunchingWithOptions 函数后面加入 [self.window makeKeyAndVisible]; 即可

  • (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

    。。。。。。

    [self.window makeKeyAndVisible];
    return YES;
    }

交流一下交互性能这块

image

我比较好奇这一块的参数是怎么拼接的,因为我抓到的包,来查看如下图

image

这个图这里的逻辑是对应上面的,你有这方面的研究吗,newrelic 和 OneAPM 的参数都是一样的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.